View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Wait time before next command

Look at the wait command

--
Regards,
Tom Ogilvy

"John" wrote in message
...
I am trying to run a macro that sends information to a non-microsoft
application. I want to run several lines of code, then pause for a couple

of
seconds to allow the application to process, then continue again with the
code. How can I keep excel from sending information for a couple of

seconds
to let processing of my request happen, and then send new information.

Thanks for the help!