+ Reply to Thread
Results 1 to 4 of 4

Wait if application open

  1. #1
    Forum Contributor
    Join Date
    02-12-2006
    Location
    London UK
    Posts
    109

    Wait if application open

    I am trying to run two auto macros (in different files) one after the other where the run times are unknown. Both macros conclude with "application.quit" I need a function which will allow the second macro start immediately after the first has closed Excel. Is there any means in vba of determining if excel is already open when starting the second file ? Something like "wait if application already open" ?

    Any ideas welcome!

    Thanks
    Astrikor
    Last edited by astrikor; 12-21-2010 at 05:56 AM.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Wait if application open

    Hello astrikor,

    This macro will allow you to start another application, and resume running your macro after the application closes.
    Please Login or Register  to view this content.

    Macro Example
    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Forum Contributor
    Join Date
    02-12-2006
    Location
    London UK
    Posts
    109

    Re: Wait if application open

    Thanks Leith,

    It's a solution which I have tried and it works, but as it's beyond my understanding I am reluctant to use it.

    I was hoping for something simpler - I am aware of the Hauppauge VTPlus Script for example:
    Please Login or Register  to view this content.

    This simply waits until the application has been executed and closed before moving on to a subsequent instruction
    (which could be repeats of this code using different filepaths)

    I could use this approach, but would prefer to stay within excel.

    Any comments ?

    Astrikor

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Wait if application open

    Hello astrikor,

    Excel does not support this feature natively. You will have to use an outside method.

+ 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