Consulting

Results 1 to 2 of 2

Thread: RefreshAll complete event

  1. #1
    VBAX Tutor
    Joined
    Dec 2008
    Posts
    244
    Location

    RefreshAll complete event

    Hi all, I have a workbook that I use refreshall on. It takes 30 seconds to couple minutes depending on the time of date we use it. I want to have a popup to tell people that it's complete but vba doesn't wait for it to complete, the box comes up immediately.

    The questions is, what is the easiest way to capture that my refreshall is complete.

    thank you so much

  2. #2
    VBAX Master Aflatoon's Avatar
    Joined
    Sep 2009
    Location
    UK
    Posts
    1,720
    Location
    The simplest method is to not use Refreshall but refresh your queries individually and specify backgroundquery:=false in the code, or set that in the connection properties.
    Be as you wish to seem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •