VBGamer |
|||||||||||||||||||||||||||
RE: File finding Steve Gillham (1 reply, 0 views) (2000-Aug-28) Please could yo give me a little more info on the 'on error goto' statement as i tried to use it before posting here but it diddnt work .
I used this code
On Error Goto ERROR_check
Private Sub ERROR_check()
Unload Me
End Sub
this is obviosly not right so please correct me.
|