Thread
:
VBA: Pausing Code Execution
View Single Post
#
2
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
Pausing Code Execution
Mike,
Try something like the following:
Application.Wait Time:=Now + TimeSerial(0, 0, 5)
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com
"Michael Loganov" wrote in message
...
Hi,
how can I pause a code execution for, let's say 5 seconds?
Thanks in advance
Mike
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson