K Kevin Sep 30, 2004 #1 Is it possible to refresh a pivot table through the use of a macro and command button? Thanks for any help.
Is it possible to refresh a pivot table through the use of a macro and command button? Thanks for any help.
J Jason Morin Sep 30, 2004 #2 From the macro recorder: ActiveSheet.PivotTables("PivotTable1").PivotCache.Refresh HTH Jason Atlanta, GA
From the macro recorder: ActiveSheet.PivotTables("PivotTable1").PivotCache.Refresh HTH Jason Atlanta, GA
T Toby Erkson Sep 30, 2004 #3 Yep. Use this to refresh all pivot tables in the workbook: ActiveWorkbook.RefreshAll