Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Do you know how to set delay for a macro execution :
For example: On one button I've attached two actions: 1. show a picture 2. open new sheet
So I wantwhen press the button to open the pic for 5 sec and then open the next sheet automatically.
thanks in advance!
Hi Ivan:
This one waits for Idle
ActiveDocument.GetApplication.WaitForIdle
This one pauses in miliseconds
rem ** let QV sleep for 10 seconds **
ActiveDocument.GetApplication.Sleep 10000
OK.
Hi Ivan:
This one waits for Idle
ActiveDocument.GetApplication.WaitForIdle
This one pauses in miliseconds
rem ** let QV sleep for 10 seconds **
ActiveDocument.GetApplication.Sleep 10000
OK.