View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John C[_5_] John C[_5_] is offline
external usenet poster
 
Posts: 5
Default code for creation of multiple pivot tables

I'm developing a reporting pack that references one Excel data list, but
contains 20+ pivots each with different page, row, column and data fields
and some with certain page field values selected.

For time to time, usually when the file gets contaminated with a bug, I have
to manually re-create all the pivots - a manual and painful process.

Does anyone have code for rapidly creating pivots from variables placed in a
single worksheet? I had in mind something similar to John W's custom menu
generator.

Thanks, John