I have 2 named tables of data, QtrDATA and YTDDATA. I have multiple pivot tables that depict summaries of both data sets. Instead of using 2 seperate for the mutlipe Pivot tables which grows the size of the workbook, I want a macro that will allow me to switch between the various data sources for each pivot. This will will reduce the number of pivots down to a single set of pivots instead of a set for both data sets.
There are about 10 pivot tables for each data set.
If DataSource = QTRDATA in PivotTable, Then Change Data Source to YTD Data for each pivot table.
I need a little help on the code.
There are about 10 pivot tables for each data set.
If DataSource = QTRDATA in PivotTable, Then Change Data Source to YTD Data for each pivot table.
I need a little help on the code.