View Single Post
  #1  
Old February 7th 07, 04:32 AM posted to microsoft.public.outlook.program_vba
George Hester
external usenet poster
 
Posts: 54
Default Never the same Err.Number

Here is my Error Handler:

oscSel_Err:
MsgBox "Error is: " & Err.Description & vbCrLf & _
"Error number is: H" & Hex(Err.Number)
Err.Clear
GoTo oscSel_Exit
End Sub

Now the error is always Array out of bounds. But the error number is never
the same. How do I insure for a particular error description the
corresponding error number is ALWAYS the same?

--

George Hester
_________________________________


Ads