I have a need to pause a macro for a minute and resume execution after the minute has passed. Are there any macro commands that can be used to do this? Can this be accomplished using the timer interval property. If so how?
you can pause a macro by adding an action to open a form in "Dialog" mode, and set the Form's TimerInterval to 60000 (1 minute) and use the Form's OnTimer Event to close the form.
You might want to add a label on the form to inform the user of the pause in processing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.