Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jul 26, 2026
Topics: 61 / Replies: 1590
Reply
RE: Need help with static worksheet in excel VBA

Hi MM. Excel uses its own internal names for the sheets e.g. Sheet1, Sheet2. If you change the names on the sheet tabs in your workbook, these int...

6 years ago
Forum
Reply
RE: Convert Numbers (Currency) to Words With Excel VBA

Sorry, Access is not my strong point so I'm not sure what to suggest to make it work for you. Regards Phil

6 years ago
Forum
Reply
RE: Conditional Format based on multiple criteria

Hi Robert, The formula you need to make the text red under those conditions is: =AND(B2=TRUE,OR(RIGHT(A2,3)=".wa",RIGHT(A2,3)=".oa",RIGHT(A2,3...

6 years ago
Reply
6 years ago
Forum
Reply
RE: Conditional Format based on multiple criteria

Hi Robert, The syntax for OR is =OR(Condition1, Condition2) so something like =OR(A1=123, B1="xyz") Your first OR formula is OR($A2,A2="wa") ...

6 years ago
Reply
6 years ago
Forum
Reply
RE: VBA code to send emails to multiple email adresses with outlook

Thanks Adrian. Yes you can attach the workbook (or sheet). Do you want it sent as an Excel file or as a PDF? Phil

6 years ago
Forum
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
Page 76 / 111
0