Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 12, 2025
Topics: 61 / Replies: 1581
Reply
RE: Test Value of ComoboBox in Userform

Hi Steve, That code isn't checking the value in the ComoboBox. Try this Private Sub Reg29_Change() If Me.Reg29.Value = "No" Then Me.Reg30.Text ...

6 years ago
Forum
Reply
RE: VBA Master Checkbox to select all of specific checkboxes

Hi Robert, The code that you linked to on Excel Trick works fine so I can't do much to help you without your own workbook that you are having issue...

6 years ago
Reply
RE: Data base for pivot tables

Hi Louise, In the workbook you download for the course there are 3 sheets of data : Sales Data New Sales Data Employee Data There are l...

6 years ago
Reply
RE: Edit VBA textboxes in userform

Hi Steve, There's no workbook attached? regards Phil

6 years ago
Forum
Reply
RE: Problem with selecting worksheet/cells and inserting data

Hi Sean, Your calling the sub FindLastCellAddy to find the next row to add data to? This sub is returning the address $F$11635 so I'm thinking tha...

6 years ago
Forum
Reply
RE: if then statements

Hi Jane, Can you supply your workbook please so we can see the data/tables. Regards Phil

6 years ago
Reply
RE: Run macro with save button (Ctrl+S)

Hi Rafi, This code will go in the ThisWorkbook module of your workbook - see attached. Event code doesn't go in a 'normal' code module. R...

6 years ago
Forum
Reply
RE: Searching for Data With a User Form

Hi Christopher, As Sunny said, the form in my blog post was designed to only search using one field and to return 1 record. How do you wish the ...

6 years ago
Reply
RE: Run macro with save button (Ctrl+S)

Hi Rafi, Use a Workbook_BeforeSave event Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) <<...

6 years ago
Forum
Reply
RE: Loop through Filtered Data Copy Paste on one Sheet

Hi Jenn, I've sent you an email. You could put the WB on Dropbox and link to it? Regards Phil

6 years ago
Forum
Reply
RE: Loop through Filtered Data Copy Paste on one Sheet

Jenn, Please supply your workbook. Regards Phil

6 years ago
Forum
Reply
RE: Help with Run-Time Error '1004' - when copying sheet macro breaks

Hi Sean, Just remove the reference to the sheet? =IF(INDEX(INPUTS!$H$4:$J$79,MATCH(F4,INPUTS!$H$4:$H$79,0),3)="""","""", INDEX(INPUTS!$H$4:$J$79...

6 years ago
Forum
Reply
RE: Help with Run-Time Error '1004' - when copying sheet macro breaks

Hi Sean, Please supply the workbook with the code/data. Regards Phil

6 years ago
Forum
Reply
RE: Problem with selecting worksheet/cells and inserting data

Hi Sean, I don't really know what I am doing with this workbook. How exactly am I supposed to enter data into the Inventory Booked in Sheet? Usin...

6 years ago
Forum
Reply
RE: Loop function through directory of .txt files

Hi RS, Have you tried stepping through the code to see what it is doing? Debugging VBA Regards Phil

6 years ago
Forum
Page 80 / 110