If you want to delay the execution of the program by 30 seconds.. .then add the below code to your macro
Application.Wait Now + TimeValue("0:00:30") likewise if you would like to delay the process by 90 seconds... thenApplication.Wait Now + TimeValue("0:01:30") Have a great day :-)

No comments:
Post a Comment