View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary[_20_] Gary[_20_] is offline
external usenet poster
 
Posts: 1
Default How do I pause a Macro whilst it is running?

I have a macro which simply switches between two
worksheets, but I would like to pause the macro so that it
shows one worksheet for say 2 minutes and then switches to
the next worksheet for say 2 minutes and then starts again.

I know how to loop - it is just the "pausing" that I
cannot work out.

Does anyone have any ideas?