T
Tod
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
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