Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 12, 2025
Topics: 61 / Replies: 1581
Reply
RE: Auto populate multiple columns based on the length of another column that is always changing

Hi Azatat, Without your workbook and data it's a bit hard to know that I'm working on this correctly, but I think all you need is an IF AND formula...

6 years ago
Reply
RE: Search and mark

Hi HR, There's no attachment in your last post. Regards Phil

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

Hi Lajos, Yes this can be done. However, if I write code now based on the sample data you entered above which I have to copy into a new workbook, t...

6 years ago
Forum
Reply
RE: Executing multiple queries at once

Hi, I don't know the exact format of your text files but you could merge them all from Terminal then just import 1 file? Place all the text file...

6 years ago
Reply
RE: Excel Vlookup - Index, Match

Hi AM, Not sure why you are getting #REF without seeing what is causing that error. If you have XLOOKUP you can use 2 nested XLOOKUP's - see att...

6 years ago
Reply
RE: Macro to send emails to a group of salespeople - to everyone else a report

Hi Lea, Do you want to send them a copy of the sheet? Or send them a PDF? Or an image? Will each person get the same report? I'm not sure w...

6 years ago
Forum
Reply
RE: PDF Report Save Dialog Box reference from a cell

Hi Steve, If you are reading the filename from a cell, why do you need to display a dialog box asking for the filename? I'd just check if the ce...

6 years ago
Forum
Reply
RE: Date picker form

Hi Gabriel, Similar problem. You have 2 bits of code setting the reg date. In this sub your setting it to CValue after you'd set it to the dat...

6 years ago
Forum
Reply
RE: Multiple If Statement Problem

Hi Branden, This seems overly complicated to me, but maybe I'm not understanding exactly what you are trying to do. If services happen every 500...

6 years ago
Reply
RE: Close 'X' before save workbook prevention

Hi Steve, In the ThisWorkbook module use this event: Private Sub Workbook_BeforeClose(Cancel As Boolean) Cancel = True ' YOUR CODE GOES HERE ...

6 years ago
Forum
Reply
RE: Date picker form

Hi Gabriel, You had two pieces of code setting the value of Birthday. The 2nd one set the value to a variable called cValue but this had no value ...

6 years ago
Forum
Reply
RE: Update, Previous & Next Button

Hi Mariam, Have you read this post Regards Phil

6 years ago
Forum
Reply
RE: How do I increase a number by 1 for every new row created?

Yes, just change Range("A1") to Range("A2")

6 years ago
Forum
Reply
RE: User Form to access (up to) seven different worksheets

Hi Mel, You could do this with VLOOKUP or XLOOKUP and avoid having to create a form and write VBA to make the form work. Create a new sheet and c...

6 years ago
Reply
RE: Multiple conditions formula

Hi Louise, It looks like you are working with numbers stored as text. The RIGHT function is for strings. So is everything a string or do you have...

6 years ago
Page 78 / 110