Thread: Break Modes
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tod Tod is offline
external usenet poster
 
Posts: 13
Default Break Modes

I have a workbook that has the statement:

On Error Resume Next

So I have break mode set to break on unhandled errors.
However, when I am developing I like break mode to be
in 'break on all errors' so it will display the error,
show me the statement where it occured and go into break
mode.

If I forget to change the break mode back before I quit,
the next time that workbook opens it will give an error.
Is there a way to somehow be reminded that I'm in 'break
on all errors' mode so I can set it back? Other ideas?

tod