Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jul 24, 2026
Topics: 61 / Replies: 1590
Reply
RE: Variables do not work in RemoveDuplicates Method

no worries Bob - no file attached though. Did you click on the orange 'Start Upload' button?

6 years ago
Forum
Reply
RE: RunningTotals for Sub-category without using Function

Hi Chris, I'd use a custom function to create a running total. But that aside, your question was actually can you group by field get Index for e...

6 years ago
Forum
Reply
RE: RunningTotals for Sub-category without using Function

Hi Chris, Yes I saw that in the workbook so if that is what you want as a result, I don't understand what you are asking for help with as you've al...

6 years ago
Forum
Reply
RE: RunningTotals for Sub-category without using Function

Hi Chris, That query is throwing an error because you don't have a Column named QTY but I think that may be beside the point. You've only got 2 ...

6 years ago
Forum
Reply
6 years ago
Forum
Reply
RE: Power Query Using COUNTIFS

Hi Lionel, I wasn't sure if you wanted the results grouped by caller number or not. The example result in the post (above) isn't the same as the e...

6 years ago
Forum
Reply
RE: How to get cumulative total with multiple criterias?

Hi Francis, Do you want the cumulative total grouped by something, like Account? Regards Phil

6 years ago
Forum
Reply
RE: Identify cell color from conditional formatting

Hi Bob, Use DisplayFormat.Interior.Color to get the color set by CF e.g. Debug.Print Range("A1").DisplayFormat.Interior.Color see attached fi...

6 years ago
Forum
Reply
RE: Variables do not work in RemoveDuplicates Method

Hi Bob, This works fine for me Sub xxxx() Dim finalcol As Long finalcol = 2 Range(Cells(1, 1), Cells(20, finalcol)).Select End Sub s...

6 years ago
Forum
Reply
RE: Error in VBA Creating Multi-Select Drop Down List

Hi Jamie, That code as you've pasted it works if there is a named range called DataC4 on the ActiveSheet - see attached file. The code will allo...

6 years ago
Forum
Reply
RE: Connecting Websocket to Excel

Hi Steven, I can't get this to work because every time I try to authenticate with Polygon I just get the message back "authentication failed". I...

6 years ago
Reply
RE: Error in VBA Creating Multi-Select Drop Down List

Hi Jamie, Please supply your workbook, impossible to debug without it! Phil

6 years ago
Forum
Reply
RE: How to download XML data using Power Query to Connect to an API

Hi Faiz, Fruugo uses Basic Authentication (not OAuth). Their documentation states Authentication is handled with HTTP Basic - method. The cred...

6 years ago
Forum
Reply
RE: How to hide viewer bar in my file ?

Hi Christine, Did you try putting that code into the example HTML file I provided here because it worked right away to hide the viewer bar ...

6 years ago
Reply
RE: Connecting to an OAuth API Like PayPal With Power Query

Hi Zeeshan, As I explained in my email, I don't understand how you can't 'extract' the query. Just open the PQ Editor and it's there. Below is ...

6 years ago
Page 44 / 111
0