I know I\'m doing something wrong here. I\'m trying to use the sleep function to delay my code, but I get \"Sub or Function not defined\" error. Any tips?
Pausing an application for 10 seconds.
Application.Wait (Now + TimeValue("0:00:10"))