Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi. I currently have a program that creates a pivot table. I want to create
another pivot table that keys off of the same data, but would like to use the "cached" data rather than re-use the same data. I have the second pivot table command below. How would I rewrite this to reference the cached data? Thanks, Mike. ActiveWorkbook.PivotCaches.Add(SourceType:=xlDatab ase, SourceData:= _ "RAWData!A1:AE" & lastRow).CreatePivotTable TableDestination:="", TableName:= _ "PivotTable4", DefaultVersion:=xlPivotTableVersion10 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Clear a Pivot Table Cache | Excel Discussion (Misc queries) | |||
reading pivot cache | Excel Programming | |||
Pivot Cache - Massive Spreadsheet | Excel Discussion (Misc queries) | |||
Pivot cache | Excel Discussion (Misc queries) | |||
Pivot Cache Memory | Excel Programming |