Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a workbook that has a lot of pivot tables in it. I currently have to
manually refresh each on in the standard method of right clicking on the table and hitting refresh. Is there a way to create a button that I can hit once and will refresh all the tables at once? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On the PivotTable toolbar, choose the Table Options for PivotTable. Select
"Refresh on Open" checkbox. You will have to do this for each PivotTable you have created, but you only need to do it once. In future whenever you open the workbook, all the tables will be refreshed! Hope this helps. "Edd Keelan" wrote: I have a workbook that has a lot of pivot tables in it. I currently have to manually refresh each on in the standard method of right clicking on the table and hitting refresh. Is there a way to create a button that I can hit once and will refresh all the tables at once? |
#3
![]() |
|||
|
|||
![]() Quote:
|
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Option Explicit
Sub DoThemAll() ThisWorkbook.RefreshAll End Sub You could add a button from the forms toolbar to any sheet (or all sheets) and assign this single macro to all of them. If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm Edd Keelan wrote: I have a workbook that has a lot of pivot tables in it. I currently have to manually refresh each on in the standard method of right clicking on the table and hitting refresh. Is there a way to create a button that I can hit once and will refresh all the tables at once? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2 Pivot tables on 1 sheet | Excel Discussion (Misc queries) | |||
#REF in Sheets that refer to Pivot Tables | Excel Discussion (Misc queries) | |||
Pivot tables - inserting columns | Excel Worksheet Functions | |||
Pivot Tables | Excel Discussion (Misc queries) | |||
How does the term 'pivot' apply to Excel's Pivot tables and Pivot. | Excel Discussion (Misc queries) |