Fuga
Registered User.
- Local time
- Today, 13:55
- Joined
- Feb 28, 2002
- Messages
- 566
Hi,
I have an error handler in a procedure which executes when an error occurs in the "main" procedure. However, the same error might occur inside the error handler, so I need an error handler inside the error handler.
I tried to just have a second error handler, but you can´t do it that way, can you?
After the error handler, the "main procedure is supposed to continue (Resume Next).
Do I have to split the sub?
Thanks
Fuga.
I have an error handler in a procedure which executes when an error occurs in the "main" procedure. However, the same error might occur inside the error handler, so I need an error handler inside the error handler.
I tried to just have a second error handler, but you can´t do it that way, can you?
After the error handler, the "main procedure is supposed to continue (Resume Next).
Do I have to split the sub?
Thanks
Fuga.