Refreshing Multiple Pivot Tables at once?

  • Thread starter Thread starter ArcticWolf
  • Start date Start date
A

ArcticWolf

Hi,

I have a worksheet with 10 PT's in, but have to refresh each table when the
source data changes. Is there a way I can refresh all the PT on the
worksheet at once?

Thanks in advance,

AW
 
It is easy to do with a macro. It just requires this one line of code...

ThisWorkbook.RefreshAll
 
You can also open the External Data toolbar, and click the Refresh All
button, to update all the pivot tables and external data in the active
workbook.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top