View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
J.E. McGimpsey J.E. McGimpsey is offline
external usenet poster
 
Posts: 493
Default slow down a running macro

Check out the Wait method in VBA help.


In article ,
"terry down" wrote:

I wrote a macro which basically had some large text flashing.
It ran so fast it was over in a couple of seconds.
Is the some like a pause command or for/next statement I can use in between
each colour change to slow this down.

just curious



tezza