Is there any way declaring an OnErrorGoTo-command as default, i.e. this error-routine is used, when any code does not contain an OnError-statement?
I have worked a long time with finding a clue to this, cause all variables are emtied if only one error is not handled by an appropriate routine.
Now I normally store all valuable variables in a special form, where they are kept even if an error is not handled - but this is a rather difficult way and not a quick one as well.
Is there any other way not to loose variables?
I have worked a long time with finding a clue to this, cause all variables are emtied if only one error is not handled by an appropriate routine.
Now I normally store all valuable variables in a special form, where they are kept even if an error is not handled - but this is a rather difficult way and not a quick one as well.
Is there any other way not to loose variables?