Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to make a pivot table range dynamic. I have written the macros
to create the table using a static address - now I need the macro to determine the range size of the underlying database... Currently I use: Set PTCache = ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatab ase, _ SourceData:=Range("A4:HP3014")) The start point will always be cell A4 - but the last col and row needs to be dynamic. So far, the posts on this forum have not fixed it for me (or I have not understood them correctly) - any suggestions...? -- Mike Watkins |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic range in Pivot table | Excel Discussion (Misc queries) | |||
Using dynamic range to create pivot table | Excel Discussion (Misc queries) | |||
Dynamic Range in a Pivot Table | Excel Discussion (Misc queries) | |||
Dynamic Range for Pivot Table | Excel Programming | |||
Refreshing a Pivot Table from a dynamic range | Excel Programming |