Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
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...

6 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...

6 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...

6 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...

6 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

6 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 ...

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

Hi Mark, Can you supply the workbook plz? Phil

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

Hi Maggie, See attached. To run the code, click into a cell where the text is that you want to check e.g. A1 then click the blue button 'Color W...

6 years ago
Forum
Reply
RE: An Error is 2417024809 could not find the specified object

Hi Steve, In lstLookup_DblClick you have this loop cNum = 11 For X = 1 To cNum Me.Controls("Reg" & X).Value = findvalue ...

6 years ago
Forum
Reply
RE: Formula to identify data not in sequential order

Hi Helen, You can use Conditional Formatting to do this, please see attached. The first thing to do is change the Timestamps into numbers, they ar...

6 years ago
Reply
RE: VBA userform Commandbutton1 shortcut key

Hi Steve, What about this? Sub InitSub Me.cboSelect.List = WorksheetFunction.Transpose(Sheet5.Range("AA5:AB5")) With Phonelist1 With...

6 years ago
Forum
Reply
RE: Formula to identify data not in sequential order

Hi Helen, No file attached! What version of Excel are you using? regards Phil

6 years ago
Reply
RE: Power Query Error

Hi Charmi, Welcome to the forum, but please read this I moved your qs to its own thread rather than leave it tagged on to a resolved qs from over...

6 years ago
Forum
Page 65 / 110
0