Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 11, 2025
Topics: 61 / Replies: 1581
Topic
Reply
RE: on Mac

Hi, In the Reset sub you have this line iRow = [Counta(SampleList!A:A)] ' identifying the last row but the sheet name is SampleReport so iRow...

5 years ago
Forum
Reply
RE: Problem Merging Tables

Hi Cam, You didn't answer whether or not you have Office 365? Attached is a solution. Load Jim's properties in a query, load Susan's in another...

5 years ago
Forum
Reply
RE: Problem Merging Tables

Hi Jim, Please supply the workbooks so we don't have to type everything in again. We can't write the query without the data 🙂 Thanks Phil

5 years ago
Forum
Reply
RE: Array formulae Division

Hi Tim, So in that sample it looks like data from a pivot table copy/pasted + some extra columns? To check if a column has data you could use fo...

5 years ago
Reply
RE: ListBox Doesnt show last line information in Textboxes

Hi Steve, Your code is looking for the first occurrence of the ID: Set findvalue = Sheet19.Range("Q:Q").Find(What:=ID, LookIn:=xlValues).Offset(...

5 years ago
Forum
Reply
RE: Using CELL and OFFSET to find an address then using it in a SUM range

Hi Mardi, Please supply the workbook. Regards Phil

5 years ago
Forum
Reply
RE: Change the Color of keywords in a Text

Hi Maggie, I was working on this update (attached) and as I go to post it I see your latest message. Please try using this new version to see if...

5 years ago
Forum
Reply
RE: Array formulae Division

Hi Tim, What version of Excel are you using? If I divide an array by another array with a 0 in it, the only #DIV/0 I get is in the position corr...

5 years ago
Reply
RE: Progress Bar while running several macros in a row

Hi Mark, Please see attached. This code is taken from here VBA Progress Bar I've rewritten the code to be more adaptable, so that when initi...

5 years ago
Forum
Reply
RE: Which VBA editor is used in the examples ?

Thanks Kurt 🙂 I'm using VS Code but only for the sake of taking the pretty pictures. I copy the VBA into it and take the screen shot. Unfortun...

5 years ago
Forum
Reply
RE: How can I make an Excel Dashboard from this Data Source?

Hi Ramzan, That is a big task, you should start with the scraping posts I linked to above. Then maybe check our Dashboards course for presenting...

5 years ago
Forum
Reply
RE: Can you use the "Show report Filter Pages" when using Power Pivot or Pivot with measures

Hi Declan, I've written some VBA that will do this for you Show Report Filter Pages for Power Pivot PivotTables Regards Phil

5 years ago
Forum
Reply
RE: How can I make an Excel Dashboard from this Data Source?

Hi Ramzan, Do you want to scrape the data from this site and present it in Excel, or do you want to write your own system where it takes a keyword ...

5 years ago
Forum
Reply
RE: Progress Bar while running several macros in a row

Hi Mark, Can you supply the workbook plz? Phil

5 years ago
Forum
Page 64 / 110