Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 14, 2025
Topics: 61 / Replies: 1581
Reply
RE: Macros for highlighting max min values

No worries. After the set rng statement modify your code to this rng.Interior.ColorIndex = xlNone For Each zelle In rng If zell...

6 years ago
Forum
Reply
RE: Macros for highlighting max min values

Hi Chong, See attached workbook. Regards Phil

6 years ago
Forum
Reply
RE: Macros for highlighting max min values

Hi, Can you supply the workbook please. Phil

6 years ago
Forum
Reply
RE: Macros for highlighting max min values

Hi Chong, Do you have to use VBA? have you tried Conditional Formatting? Regards Phil

6 years ago
Forum
Reply
RE: Open OWA from Excel

Hi Tim, The articles are referring to Outlook on Office 365. I assume that's what you are after? Yes unfortunately to get Excel to connect and ...

6 years ago
Topic
Forum
Replies: 4
Views: 817
Reply
RE: Open OWA from Excel

Hi Tim, I haven't done this myself but you can do this It does not appear to be a trivial process. Regards Phil

6 years ago
Reply
RE: Filter Not Working

Hi, there's no file attached. Regards Phil

6 years ago
Reply
RE: Special Accented Characters

Hi Kevin, If you use Catalin's code but modify this line to open the text file as UniCode rather than ASCII you might find it keeps your accented c...

6 years ago
Forum
Reply
RE: Improve speed on VBA loop to insert multiple column into MySQL

I think the issue is more to do with the DB being in the USA than you using VBA. If you are doing database operations remotely like that you must exp...

6 years ago
Forum
Reply
RE: Improve speed on VBA loop to insert multiple column into MySQL

So attaching a workbook with VBA (SQL) in it to your forum comment gives you an error? Have you clicked on the Attachments button below and tried add...

6 years ago
Forum
Reply
Reply
RE: Using IF and OR

Good job Alan, well done 🙂 For anyone else reading this, this article might help Excel IF AND OR Functions

6 years ago
Reply
RE: Improve speed on VBA loop to insert multiple column into MySQL

Hi Hooi Thin, I'm not sure why you can't add the SQL (it's just VBA in a workbook). In your loop you are doing a SELECT, so you are doing that 5...

6 years ago
Forum
Reply
RE: Validating numeric values in Userform textbox

Hi Steve, You're doing a string comparison with Add1.Text > Available1.Text rather than comparing numeric values. Try using the Val() functio...

6 years ago
Forum
Page 84 / 110