I have a workbook with 20 different pivot tables. Is there any easy way to find all the pivot tables and refresh them in VBA?
I have use the command listed below in the recent past and it seems to work fine.
ActiveWorkbook.RefreshAll
Hope that helps.