Skip to content

Instantly share code, notes, and snippets.

@rjattrill
Created May 23, 2012 02:24
Show Gist options
  • Save rjattrill/2772883 to your computer and use it in GitHub Desktop.
Save rjattrill/2772883 to your computer and use it in GitHub Desktop.
Sleep in VBA
Sub Setting_Sleep_Without_Sleep_Function()
Debug.Print Now
Application.Wait DateAdd("s", 10, Now)
Debug.Print Now
@rjattrill
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment