pause macro

  • Thread starter Thread starter Art Parra
  • Start date Start date
A

Art Parra

How do I include a "pause" and restart option on the following macro? I
have a while variable > othervariable count records where certain
conditions are met and exit when othervariable is equal to variable. The
macro redraws some charts so it looks like a dynamic chart. I want to
pause the while and continue at any time.

thanks,
 
Divide it into two macros
End the first macro. Provide some way to execute the remainder.
 
Back
Top