Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 12, 2025
Topics: 61 / Replies: 1581
Reply
RE: Dynamic Tables based on Time (Schedule Changes)

Hi Jonathan, Please supply your workbook so we don't have to recreate everything. Thanks Phil

5 years ago
Forum
Reply
RE: Code took maximum time to RUN

Hi, Please supply your workbook with the code so we can test things in context with your data. Also, I don't know what you mean by its run time ...

5 years ago
Forum
Reply
RE: Scrape Address from Web Page

Hi Reshera, What website are you trying to get this from? Phil

5 years ago
Forum
Topic
Forum
Replies: 4
Views: 363
Reply
RE: Conditional Format based on multiple criteria

Hi Robert, yes and do the same for the B column: =AND($B2=TRUE,OR(RIGHT($A2,3)=".wa",RIGHT($A2,3)=".oa",RIGHT($A2,3)=".sa")) Cheers Phil

5 years ago
Reply
RE: Scraping a website with VBA using XMLHTTP GET request

Hi Chadi, These articles describe how to do what you want There are also a few topics on scraping in this forum where I've written code whic...

5 years ago
Forum
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...

5 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

5 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
Page 75 / 110