Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to run multiple pivot tables off an array exceeding 500k cells. I
believe it would vastly improve performance. I've tried variations of the code below to no avail. Set Pivot_Cache_01 = ActiveWorkbook.PivotCaches.Add _ (SourceType:=xlDatabase, _ SourceData:=Array_Work(1,1),(Rows_Count, Columns_Count)) I know there a xlConsolidation, xlDatabase, xlExternal, xlPivotTable, and xlScenario but I don't see which would accept an array as input. Any ideas! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a pivottable from a recordset? | Excel Programming | |||
Create a Pivottable in a macro | Excel Discussion (Misc queries) | |||
function to reference all of pivottable data field array | Excel Worksheet Functions | |||
How to create a Pivottable from Textfile | Excel Programming | |||
Create a PivotTable from a VBA array? | Excel Programming |