Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 12, 2025
Topics: 61 / Replies: 1581
Reply
RE: Lookup actual value compared to planned value

Hi Bala, See attached. The formula in Col J is an array formula that you will need to enter with CTRL+SHIFT+ENTER but does the job: =MATCH(MIN(...

6 years ago
Reply
RE: Timer or Stopwatch in Excel VBA

Hi Mike, Running the MyTimer code above shouldn't trigger calculation. hmmmm. Not knowing what you are doing in these workbooks, but judging by...

6 years ago
Forum
Reply
RE: Runtime Error 91 "Object Variable or with Block Variable not Set"

Hi Steve, I can't see why your code would run any differently on 2019 or 365. Phil

6 years ago
Forum
Reply
RE: Lookup actual value compared to planned value

Hi, Do you have XLOOKUP? If so you can use this: =XLOOKUP(G3,$E$3:$E$22,$A$3:$A$22,,1) See the attached workbook. Regards Phil

6 years ago
Reply
RE: Index/Match Color

Hi Ish, Did you follow the link to this post on Conditional Formatting which will answer your questions? Regards Phil

6 years ago
Reply
RE: Timer or Stopwatch in Excel VBA

Hi Mike, Without seeing your code I can only guess as to what you are doing. But if you use this Sub then you should be able to work out the tim...

6 years ago
Forum
Reply
RE: Runtime Error 91 "Object Variable or with Block Variable not Set"

Hi Steve, I can't reproduce the error. When I run VisibleTrue it runs without issue. Do you get this error when you open the workbook? What ...

6 years ago
Forum
Reply
6 years ago
Forum
Reply
RE: Timer or Stopwatch in Excel VBA

Hi Mike, Without seeing your code it's hard to say. Are you using DoEvents? An alternative approach is to just take a timestamp when your macro...

6 years ago
Forum
Reply
Reply
RE: Runtime Error 91 "Object Variable or with Block Variable not Set"

Steve, Without your workbook I can't do anything. Phil

6 years ago
Forum
Reply
RE: How to transfer the latest entries from the Excel sheet to the Web page

Hi Maurizio, So you want to go to this website: Immobiliare.it/Affitto-Garage/Bologna/ and then get the price and area of each listing, for e...

6 years ago
Forum
Reply
RE: Send email based on criteria

Hi Sean, Try this. regards Phil

6 years ago
Forum
Reply
6 years ago
Forum
Reply
RE: Send email based on criteria

Hi Sean, The attached workbook will send your emails. The sample data has lots of blanks and dates that are not set so these will need to be fixed...

6 years ago
Forum
Page 76 / 110