I'm using Excel 2007.
I have a spreadsheet which will be updated each month with just that month's data.
Sheet1: data
Sheet2: pivot tables
(and lots of pivot charts)
The user will copy in the new month's data into Sheet1 (this data replaces the old data)
I need to use the pivot tables already created in Sheet2.
The user runs a macro to do various things, and the pivot tables needs to be updated so the pivot charts reflect that month's data.
Problem:
After the new month's data is copied in and I refresh the pivot tables in the vba module, not all of the columns are in the "data source" and the pivot tables I originally created are not available since all the fields are not listed.
Any suggestions?
I have a spreadsheet which will be updated each month with just that month's data.
Sheet1: data
Sheet2: pivot tables
(and lots of pivot charts)
The user will copy in the new month's data into Sheet1 (this data replaces the old data)
I need to use the pivot tables already created in Sheet2.
The user runs a macro to do various things, and the pivot tables needs to be updated so the pivot charts reflect that month's data.
Problem:
After the new month's data is copied in and I refresh the pivot tables in the vba module, not all of the columns are in the "data source" and the pivot tables I originally created are not available since all the fields are not listed.
Any suggestions?