Guest User

Untitled

a guest
Jun 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. CreateObject("Excel.Application").Wait (Now + TimeValue("00:00:05"))
  2.  
  3. Private Declare Sub Sleep Lib "kernel32.dll" (ByVal dwMilliseconds As Long)
  4.  
  5. Sleep 3000 '3000 Milliseconds = 3 second delay
Add Comment
Please, Sign In to add comment