VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Basic Error Handling

by Bryan Blake (8 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 17th March 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Basic Error Handling

Rate Basic Error Handling



On Error GoTo ErrorHandler

code here...

Exit Sub

ErrorHandler:
MsgBox "There has been an error!"


End Sub

Download this snippet    Add to My Saved Code

Basic Error Handling Comments

No comments have been posted about Basic Error Handling. Why not be the first to post a comment about Basic Error Handling.

Post your comment

Subject:
Message:
0/1000 characters