View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] trgobeille@gmail.com is offline
external usenet poster
 
Posts: 2
Default Looping page fields in pivot table

I have a pivot table with five page field filters. I'm trying to find
some code that will automatically cycle through all of the filtering
permutations, copy a chunk of cells that are fed by the pivot table
results with each change, and pass it to another worksheet (--pasting
each new data run below the previous one).

BUT, only ~200 of the total number of permutations have underlying data
to be used. So, I want to cycle through a specific list of of page
field selection on a separate sheet.

Any thoughts?