Error processing
Hi guys;
I have On Error GoTo routine in a module.
in the error-handling routine, I have On Error GoTo 0
The first time the error is hit; process goes to "routine", correctly.
The second time, however, process does not jump. Err.number is set.
Why?
Also, is there a way to test for an object containing Nothing ( not
valid reference)?
Thanks;
Jerry
|