mikepacman
New Member
- Joined
- Jan 6, 2016
- Messages
- 6
Hi,
Looking for some help with some VBA - I'm a beginner with it so it's much appreciated.
I have an Excel workbook with a number of queries on different tabs that refresh when I click Refresh All (and Excel handles these in the right order for the final Merged Query), but the Pivot Tables that they then feed into do not update.
I'm looking for a VBA code that can:
Refresh All Queries (maintaining the correct order of operations for the Merged Query)
THEN upon query completion, refresh 5 Pivot Tables
Thank you very much in advance!
Looking for some help with some VBA - I'm a beginner with it so it's much appreciated.
I have an Excel workbook with a number of queries on different tabs that refresh when I click Refresh All (and Excel handles these in the right order for the final Merged Query), but the Pivot Tables that they then feed into do not update.
I'm looking for a VBA code that can:
Refresh All Queries (maintaining the correct order of operations for the Merged Query)
THEN upon query completion, refresh 5 Pivot Tables
Thank you very much in advance!