Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
Reply
RE: Update for use 64-bit systems

Hi Bill, you need to modify the declarations and data types as described in this article Private Declare PtrSafe Function SHBrowseForFolder ...

6 years ago
Forum
Reply
RE: Check if value is between certain times

Hi Riste, Times and dates are stored as 'serial' numbers in excel so if your time is in A1 you can use =IF(AND(A1>0,A1<0.25),1,0) This ...

6 years ago
Reply
RE: How can I count per year and per week the total number of times a code occurs

Hi Stefan, If you leave the week number column in the source data table you can use a pivot table to summarise the data as you wish. There are som...

6 years ago
Reply
RE: Extrapolate Few Rows from a Web Page For My Weather Forecast

Hi Maurizio, Thanks for letting us know. Regards Phil

6 years ago
Forum
Reply
RE: Expression.Error

Hi Luna, If you provided your workbooks it'd be easier to see what is going on. We also don't know how the source file and table are generated/mod...

6 years ago
Forum
Reply
RE: Send Emails Based on Changing Cell Values

Hi Mido, I've created a new sheet and a table on that sheet to keep track of what emails have been sent. The records will show the person's name...

6 years ago
Forum
Reply
RE: TURNING HIGHLIGHTED SQUARES ON/OFF

Hi Wansley, Please see attached. Do you want to be able to turn off highlighting on a per sheet basis or for the whole workbook at certain times...

6 years ago
Forum
Reply
RE: Convert PDF to Word

Hi Deepak, I can't really test this without Foxit. But why not just convert the whole PDF then delete the first page in Word? See attached. ...

6 years ago
Forum
Reply
RE: VBA to create Folder - for backup

Hi David, You can use FileSystemObject to create folders. This post has some code you can adapt Regards Phil

6 years ago
Forum
Reply
RE: Sum other columns based on distinct values in first column

Hi, The total for Plant where Material is 1001 should be 36004, and where Material is 1002 it should be 27000? You haven't said where you get th...

6 years ago
Forum
Reply
RE: Prevent cells being changed

Hi Scott, Welcome, please refer to forum rules Please start your own topic rather than tag onto the end of an existing thread. Please suppl...

6 years ago
Forum
Reply
RE: Convert PDF to Word

Hi Deepak, Please review the forum rules and guidelines When you have a new question please start a new topic, don't post onto the end of an e...

6 years ago
Forum
Topic
Forum
Replies: 1
Views: 530
Topic
Forum
Replies: 2
Views: 1460
Reply
RE: Conditional Formatting in Pivot Chart

Hi Zaki, You can't conditionally format a chart. You'd need to create another series for data points that go beyond a certain value and plot those...

6 years ago
Page 59 / 110
0