Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 9, 2025
Topics: 61 / Replies: 1581
Reply
RE: Challenge To Scrape A Page With VBA

Hi Amir, If you need to interact with the page then you should consider using Selenium to drive your browser That said, that site looks like i...

5 years ago
Forum
Reply
RE: Auto Email Through Excel

Hi Mohith, You asked for the email to be sent when the body of the message is entered in Col H and that is what the code does. But it''s easy to m...

5 years ago
Forum
Reply
RE: Function to Count Colored Cells

Hi HSAR, You haven't supplied a workbook. That VBA code isn't valid so it can't be giving an accurate result. Did you try the code I linked t...

5 years ago
Forum
Reply
RE: Function to Count Colored Cells

Hi HSAR, Please supply workbooks when you are referring to data and it will be useful for those helping you. Otherwise we have to type everything ...

5 years ago
Forum
Reply
RE: VBA to Copy Text from Rows, Based on Cell Value Being X

Hi Tori, If you can use a formula you should use it. I'd only use VBA when a formula can't do what I need. In this case you can get the data fr...

5 years ago
Forum
Reply
RE: Auto Email Through Excel

Hi Mohith, Please see attached file. When the message body is changed on a particular row, and email is sent to the email address on that row. ...

5 years ago
Forum
Reply
Reply
RE: Auto Email Through Excel

Hi Mohith, Yes this can be done, though I'd caution against triggering an email when the Body of the message in Col H is entered. What if you make...

5 years ago
Forum
Reply
RE: IF THEN STATEMENT WITH MULTIPLE CONDITIONS

Hi Pete, When you write a reply in the forum, underneath the area you are typing in is a button named 'Attachments'. Click that, and attach and up...

5 years ago
Reply
RE: How to convert numbers into words in excel

Sure, Open the VBA editor and modify the last line of the NumToWords function to this NumToWords = Application.Trim(Units & SubUnits) & ...

5 years ago
Forum
Reply
RE: Need to combine multiple excel files in a slightly different format

Hi Peter, If you can attach those sample files we'll take a look at what we can do for you. Regards Phil

5 years ago
Forum
Reply
RE: Vlookup from one sheet to another

Hi Liesl, The first thing that pops out is that you've asked VLOOKUP to return the 4th column but your data is only 1 column wide. Also, I presu...

5 years ago
Reply
RE: How to convert numbers into words in excel

Hi Salim, Concatenate " only" to result the function returns: =numtowords(A2) & " only" Regards Phil

5 years ago
Forum
Reply
RE: IF THEN STATEMENT WITH MULTIPLE CONDITIONS

Hi Pete, We can't give you an accurate answer without seeing your data, please supply the workbook, criteria etc. Do you have Office365? If so ...

5 years ago
Reply
RE: How to convert numbers into words in excel

Hi Salim, Please read this post and use the code from it Regards Phil

5 years ago
Forum
Page 56 / 110