View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default Wait for Pivot Refresh to Complete

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