VBA: Pausing Code Execution

M

Michael Loganov

Hi,

how can I pause a code execution for, let's say 5 seconds?

Thanks in advance
Mike
 
C

Chip Pearson

Mike,

Try something like the following:

Application.Wait Time:=Now + TimeSerial(0, 0, 5)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top