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
_________________________________
|