not at allOriginally Posted by Oorang
Private Sub Test() On Error Goto Error MsgBox "test" exit sub Error: MsgBox "Error occured" End Sub
not at allOriginally Posted by Oorang
Private Sub Test() On Error Goto Error MsgBox "test" exit sub Error: MsgBox "Error occured" End Sub