vb Code:
On Error GoTo ErrHandler 'your code here Exit Sub 'This keeps it from running the error handler every time ErrHandler: 'The name you gave it after the "GoTo" part msgbox Err.Number & vbcrlf & Err.Description
|
Results 1 to 4 of 4
Thread: how to use "goto"?Threaded View
|
Click Here to Expand Forum to Full Width |