Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Aug 27, 2025
Topics: 61 / Replies: 1580
Reply
RE: VBA; If cell is colored then column value

Hi Kenneth, Can you please attach your actual workbook otherwise any code we write will need to be modified to suit your real workbook environment....

5 years ago
Forum
Reply
RE: Calculation "over partition" in PQ

Hi Bruno, The way you have implemented the function isn't the way I did it in the example file I provided. Rather than Add Column -> Invoke C...

5 years ago
Forum
Reply
RE: Remove Duplication

Hi Bill, When your data is ready click on Close & Load in the top left of the query editor. NOTE click on the text Close & Load, not the ic...

5 years ago
Forum
Reply
RE: HELP | POWERSHELL TO VBA

Hi Uma, I've never done this with VBA, or even know if it can be done. But you could implement it with with Power Query although it isn't a trivia...

5 years ago
Forum
Reply
RE: Monthly Client Reporting using various Data sets

Hi Al, Implementing Step 4 isn't too difficult but I'm not sure who the emails should be sent to. For example, if the PT filter on Consolidate T...

5 years ago
Reply
RE: Checkbox Values Population Location

Hi Nathan, You said you were open to alternative approaches so how about this. Rather than using checkboxes, I'm using Worksheet_SelectionChange e...

5 years ago
Forum
Reply
RE: Error When i fix the date using (power query - custom column -)

Hi Ammar, The order of the parameters for #date are year, month, day. You've got day, month, year. This is the correct format = Table.Ad...

5 years ago
Forum
Reply
5 years ago
Forum
Reply
RE: Error When i fix the date using (power query - custom column -)

Hi Ammar, I presume that you are using dd/mm/yyyy? After splitting the text into 3 columns, recombine it with / as the separator. You can then ...

5 years ago
Forum
Reply
RE: Transpose with sorting

Hi Vinay, No workbook attached. You need to click on Start Upload. Phil

5 years ago
Reply
RE: Macro to move files from folder

It was 20+ years ago. I don't have them any more

5 years ago
Forum
Reply
RE: Macro to move files from folder

No worries David. I remember reading a manual on the DOS Prompt from cover to cover. I used to write a lot of batch files for things like remote ins...

5 years ago
Forum
Reply
RE: Calculation "over partition" in PQ

Hi Bruno, How long it it taking? I've run this query against 100,000 rows and it takes a few seconds. And all you need to do is click on Refresh ...

5 years ago
Forum
Reply
RE: VBA for QR Codes

Hi Hans, It appears to have something to do with the length of the string. If you split the string into 2, both halves encode without issue. I ...

5 years ago
Forum
Page 34 / 110