+ Reply to Thread
Results 1 to 2 of 2

Wait until MSQuery Refresh finished

  1. #1
    ChrisR
    Guest

    Wait until MSQuery Refresh finished

    I have a simple excel file that uses MSQuery to pull data from an Oracle DB.
    I have a 1 line macro tied to a button so that the user can open the file
    and click to refresh (line is just activeworkbook.refreshall).

    I want to add a second line of code to save a copy of the file after the
    refresh is completed. Code would be..

    ActiveWorkbook.SaveCopyAs ("N:\Common\Resale Pricing Team\BE_CR.xls")

    The code works, however it saves before the refresh is completed so the data
    is not finished pulling into the sheet. Is there a way to have the macro
    wait until it determines that the MSQuery is finished refreshing before it
    does the SaveCopyAs code? Would rather not do a hard coded Application.Wait
    command for x seconds because I don't know how quickly the query will
    finished each time it is refreshed (depends on how much data is coming
    back). Any thoughts would be greatly appreciated.

    c-



  2. #2
    K Dales
    Guest

    RE: Wait until MSQuery Refresh finished

    See response to post "Help! Query Refreshing" also from today in this newsgroup
    --
    - K Dales


    "ChrisR" wrote:

    > I have a simple excel file that uses MSQuery to pull data from an Oracle DB.
    > I have a 1 line macro tied to a button so that the user can open the file
    > and click to refresh (line is just activeworkbook.refreshall).
    >
    > I want to add a second line of code to save a copy of the file after the
    > refresh is completed. Code would be..
    >
    > ActiveWorkbook.SaveCopyAs ("N:\Common\Resale Pricing Team\BE_CR.xls")
    >
    > The code works, however it saves before the refresh is completed so the data
    > is not finished pulling into the sheet. Is there a way to have the macro
    > wait until it determines that the MSQuery is finished refreshing before it
    > does the SaveCopyAs code? Would rather not do a hard coded Application.Wait
    > command for x seconds because I don't know how quickly the query will
    > finished each time it is refreshed (depends on how much data is coming
    > back). Any thoughts would be greatly appreciated.
    >
    > c-
    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1