Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 10, 2026
Topics: 61 / Replies: 1588
Topic
Forum
Replies: 1
Views: 955
Reply
RE: Data base for pivot tables

Hi Louise, Where did you get these 3 files? Have you actually downloaded the course files from the top of the course page? Regards Phil

6 years ago
Reply
RE: Control cell number format with VBA

Hi Henry, I answered this qs yesterday when you emailed us. Did you not get that reply? Use the CONVERT function and you can then format...

6 years ago
Reply
RE: VBA editor opens when connecting 2nd screen

Hi Steve, I suspect that your VBA editor is already open. When you connect the 2nd screen, Windows just displays it on the newly connected screen....

6 years ago
Forum
Reply
RE: Mouse left click on a shape should select the cell underneath the cursor

Hi, You're using a Bulletin Board System? In Excel? Without seeing your workbook I can't really picture what it is you are trying to do. I don...

6 years ago
Forum
Reply
RE: Mouse left click on a shape should select the cell underneath the cursor

I have to ask, why have you got a shape covering the sheet? Phil

6 years ago
Forum
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
Page 80 / 110
0