VBA Sleep Doesn't Work - Stack Overflow
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? ... VBA does not have a Sleep function. You can import it from Kernel32.dll like this: Declare Sub Sleep...