View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Giff Giff is offline
external usenet poster
 
Posts: 9
Default Pivot Table Deconstruction

I have a massive file (over 200mb) with over a dozen seperate sheets
all containing at least 3 pivot tables each. They all come from the
same data source (a sheet with an external data query) and have
multiple page, column and row fields.

I have been looking at removing the pivot tables for some time as all
the pivot tables end up being added together on a summary sheet with
relative and absolute formulas referring to cell ranges within the
pivot tables that have to be changed on each refresh to line up the
correctly.

However some of he fields have hidden criteria (double click on field
and select items to hide) and some visible criteria (selected by drop
down arrow). Also some fields have been dropped in twice (creating
"[Field]" and "[Field]2", further adding to my confusion).

I have found a lot of articles on contructing a pivot table from
scratch, however I cannot find anything on deconstructing (I found one
article for 2007, however I am using 2003 SP2) a non-OLAP pivot
table.

Does anyone know of a way of doing this as I have spent the last
couple of hours scouring the object model for all things "Pivot....."
and come up blank.

Thank you for your time.
Giff