Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A colleague has deleted the underlying data for a Pivot
Table. I was hoping to retrieve the original data from the PivotCache using code like this: Dim MyPC As PivotCache Set MyPC = ActiveWorkbook.PivotCaches(1) 'Write the recordset Range("A10").Offset(1, 0).CopyFromRecordset MyPC.Recordset When run, this code generates an "Application-defined or Object-defined error". Is it possible to read the PivotCache underlying a Pivot Table? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FORMULA READING DATA FROM PIVOT TABLE TO SPREADSHEET | Excel Worksheet Functions | |||
Can I add an item to a PivotCache with VBA? | Excel Discussion (Misc queries) | |||
reading into pivot table drop downs | Excel Discussion (Misc queries) | |||
pivot table not reading date formats | Excel Worksheet Functions | |||
Changing PivotCache SQL Database | Excel Programming |