I handle errors with
on error goto
and when error handling is activated, I want to handle errors like this ...
If Err.Number = this Then do_this ElseIf Err.Number = that Then do_that Else do_the_other End If
To do this, however, depends on which errors generate which numbers. Is there a list of them somewhere (I could not find it)?
vb6
Brian hooper
source share