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?
Application.Wait DateAdd("m", 10, Now) ' Wait for 10 Minutes Application.Wait DateAdd("s", 10, Now) ' wait for 10 seconds