Thread: Pause a Macro
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Pause a Macro

Correct the typo.

Then to execute the delay, simply type "OneSecDly" (without the quote
marks) on a line where you want the delay to occur.



"JeffR" wrote:

Is there a way to pause a looping macro, such as 1 second at the bottom of
each loop?