Greetings!
I have an Excel Pivot Table pulling data from an Access db. The source data is >65K lines (it's actually close to 200K). The original Access data is no longer available, but the Pivot table still works because the original data is stored somewhere in Excel (in a Pivot cache, maybe?).
If I double click on the bottom right hand corner total, a new sheet is inserted, and 65K worth of lines are loaded, but of course I don't get the remaining 135K lines anywhere. Is there any way to get to this data (ideally via VBA code)?
What I'd ideally like to accomplish is to programmtically search through the pivot cache data looking for one particular customer account. (Note: customer account isn't one of the Pivot Table Headings, so it isn't as simple as simply selecting the customer account # from one of the drop-down menus.)
I searched this forum, but didn't find much of anything that would point me in the right direction. The closest I found was thread707-1155428 but that thread was closed without a resolution.
Thanks in advance!
Glenn
I have an Excel Pivot Table pulling data from an Access db. The source data is >65K lines (it's actually close to 200K). The original Access data is no longer available, but the Pivot table still works because the original data is stored somewhere in Excel (in a Pivot cache, maybe?).
If I double click on the bottom right hand corner total, a new sheet is inserted, and 65K worth of lines are loaded, but of course I don't get the remaining 135K lines anywhere. Is there any way to get to this data (ideally via VBA code)?
What I'd ideally like to accomplish is to programmtically search through the pivot cache data looking for one particular customer account. (Note: customer account isn't one of the Pivot Table Headings, so it isn't as simple as simply selecting the customer account # from one of the drop-down menus.)
I searched this forum, but didn't find much of anything that would point me in the right direction. The closest I found was thread707-1155428 but that thread was closed without a resolution.
Thanks in advance!
Glenn