View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken Loomis Ken Loomis is offline
external usenet poster
 
Posts: 143
Default On Save Procedure Conumrum

I am almost done with this project. I have tested it thoroughly.

I even did a lot of testing of the Save event handler. Then I commented out
that entire sub to test the rest and make final adjustments. The Save
procedure denies letting the user save the file or to save a copy of the
file without removing all the code.

Now, I need to uncomment the Save procedure and then Save the workbook. But
if I do, I get caught in that procedure and can't save it with the code
intact.

Any suggestions about handling this conundrum?