Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to wait for a Pivot Table to finish refreshing before
continuing with the code execution? Thanks, Dan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Worksheet_PivotTableUpdate(ByVal Target As PivotTable)
MsgBox "The PivotTable connection has been updated." End Sub -- Cheers Nigel "Dan" wrote in message ... Is there a way to wait for a Pivot Table to finish refreshing before continuing with the code execution? Thanks, Dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro wait 30 seconds then Complete the Macro | Excel Discussion (Misc queries) | |||
Wait for Pivot Refresh before continuing Code Execution | Excel Programming | |||
Timing of automatic query refresh and macro pivot table refresh | Excel Programming | |||
How do you know when a data refresh is complete | Excel Programming | |||
Pivot Table REFRESH Flaw -- Saves Old Data in Selection Area AFTER REFRESH | Excel Programming |