View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sinner Sinner is offline
external usenet poster
 
Posts: 142
Default VBA SETTINGS - WHAT THEY DO WITH DIFFERENT ERRORS?

Hi,


I would like to know what does different settings gotta do with
scripts, like

1. Tools - Option - General - Break on All Errors
2. Tools - Option - General - Break on Unhandled Errors

I have one script not working when MSVB(xl) was on option 2.
Then I had another script not working when MSVB(xl) was on option 1.

Do I have to change the options each time for each code OR code to
bypass/change/check the options first & do something.


Thx.