Important The Wait method suspends all Microsoft Excel activity and may
prevent you from performing other operations on your computer while Wait is
in effect. However, background processes such as printing and recalculation
continue.
To be able to exit a subroutine and return to it while keeping the variables
from being reinitialized, make the subroutine Static.
Application.Wait Now + TimeValue("0:00:10") ' 10 secs
--
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
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.