Basic Error Handling
Basic Error Handling
Rate Basic Error Handling
(1(1 Vote))
On Error GoTo ErrorHandler
code here...
Exit Sub
ErrorHandler:
MsgBox "There has been an error!"
End Sub
Basic Error Handling Comments
No comments yet — be the first to post one!
Post a Comment