View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jerry[_20_] Jerry[_20_] is offline
external usenet poster
 
Posts: 3
Default 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