• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA Code to Call another Module as soon as a Data Connection has completed its refresh, alongside several other Pivot Refreshes.

Chris165

New Member
Is there a way to call another module as soon as VBA recognises the data source is refreshed,alongside several other pivot tables?

I have used the below, but still doesn't seem to work?
Application.Wait (Now + TimeValue("0:00:10"))
If Application.Ready = True Then
Dim column_number As Integer
 
Back
Top