Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 9, 2025
Topics: 61 / Replies: 1581
Reply
RE: Sync Slicers through VBA

Hi Riste, You can't sync these slicers because the pivot tables they are attached to have different data sources and therefore different pivot cach...

5 years ago
Forum
Reply
RE: Worksheet Change and Selection Change not working as Intended

Hi Graham, You don't need VBA to do this, just use a lookup function like VLOOKUP or XLOOKUP. See attached. Regards Phil

5 years ago
Forum
Reply
RE: Can someone check my calculations?

Hi Michael, What is an ATI? It appears that this calculation is using one. In 4.B.1/2 - it's not clear which applies here but it appears you are ...

5 years ago
Reply
RE: Nested For Loop Error

Hi Carlos, Please post your workbook so we don't have to recreate it. Regards Phil

5 years ago
Forum
Reply
RE: Change aggregation of Grand Total in Pivot table

Hi, Happy to help when we see your file. Did you check this which explains how to attach a file? regards Phil

5 years ago
Reply
RE: Populate userform with data from sheet

Hi Bandi, To populate a ComboBox use the RowSource property. First create a named range for the cells containing the data to go into the list, the...

5 years ago
Reply
RE: Invert columns into rows

Hi Lea, I'm confused. You ask that names be split so that first name and last name are on separate rows. But the example you provide in Invert-col...

5 years ago
Forum
Topic
Forum
Replies: 1
Views: 458
Reply
RE: Invalid Forward Reference When Moving to Another Sheet.

Hi Kenneth, A quick search indicates this could be fixed by declaring a sheet object and manipulating that: Sub SetSheet() Dim cp As Workshee...

5 years ago
Forum
Reply
RE: Combine several existing worksheets (The data are not in table but range cell) in Power Query

Hi Chris, Why can't you change the source data into tables? If Excel functions and other tools are designed to work with this data structure, su...

5 years ago
Forum
Reply
RE: Help needed deleting specific rows.

Hi Hussain, If you only want to keep 13 rows why not copy/paste these somewhere safe, delete the entire 2nd list, then cut/paste the 13 rows back a...

5 years ago
Reply
RE: Macros for copying data from multiple sheet to multiple sheet

Hi Vedant, The W2 you've supplied is completely empty so I don't understand the need for it? Why not just copy the W1 file and rename it W3? Or...

5 years ago
Forum
Page 53 / 110