Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 10, 2026
Topics: 61 / Replies: 1588
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...

7 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...

7 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...

7 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

7 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...

7 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...

7 years ago
Forum
Reply
RE: Pull data from Dat files in excel sheet

I am not familiar with your dat files structure which is why I need to see examples. Even with the data you supplied above it's not clear what the...

7 years ago
Forum
Reply
RE: combine data from multiple workbook (common columns a-u, rows will fill) and copy to a one master excel file.

Hi Blue, I'd be looking to use Power Query for this. I'd need to see some examples of your files before I could offer any more. Regards Phil

7 years ago
Forum
Reply
RE: Pull data from Dat files in excel sheet

Hi Ivica, We'll need to see some of these DAT files to understand how the data inside them is structured. Can you please supply some. Do you wa...

7 years ago
Forum
Reply
RE: Count the outlook emails recursively according to different criterion using VBA Excel

Hi Jatin, The code here loops recursively through all Outlook folders Regards Phil

7 years ago
Forum
Reply
RE: Need some help with using Vlookup or a combination of Index and Match

Hi, If your data starts in A1 on both sheets then you can make use of implicit intersection and the formula =INDEX(Source[[Column2]:[Column4]...

7 years ago
Forum
Reply
RE: help with a vba excel do until loop

Hi Larry, This code will do what you want. It uses FillDown to fill an empty cell with the value above it Sub FillDown() Dim i As L...

7 years ago
Forum
Reply
RE: Macro editing for pdf's creation (one file each row)

Hi Stefano, Try the attached file. regards Phil

7 years ago
Forum
Reply
RE: help with a vba excel do until loop

Hi Larry, You can use something like this Sub copystuff() Dim i As Long i = 0 While Range("A1").Offset(i, 0).Value &l...

7 years ago
Forum
Page 85 / 110
0