View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 48
Default macro stop and start

I write very basic macros. I'm old basic programer. My macros organize
and print stuff from various sheets.

Now I need to stop the macro on a particular sheet, have the user fill
in some stuff on that sheet, then continue the macro. How do I do that?

Thanks

John