Thread: pause macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Art Parra Art Parra is offline
external usenet poster
 
Posts: 7
Default pause macro

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,