View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Susanlwh Susanlwh is offline
external usenet poster
 
Posts: 2
Default Pause a macro to allow editing

I have designed a macro in Excel 2003 with a yes/no message box. It is
working properly but I need to be able to stop the macro with the yes click
and edit the spreadsheet for any duplicate entries.

I would like to be able to:
Click the yes button
Edit the spreadsheet
Hit enter to resume the macro

Any thoughts would be appreciated!