VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Quick Way To Handle Errors

by Chris Blaker (7 Submissions)
Category: Debugging and Error Handling
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (19 Votes)

This is for all the beginners out there that have problems with their apps making errors.
I dont care about votes it's just to help you all out, you advanced guys know this but some of the beginners wont.

Rate A Quick Way To Handle Errors

'Simple, just put the below code above 
any of your other codes, so if it has an error the program wont crash. 

On Error Resume Next 

'It cant be more simple.

Download this snippet    Add to My Saved Code

A Quick Way To Handle Errors Comments

No comments have been posted about A Quick Way To Handle Errors. Why not be the first to post a comment about A Quick Way To Handle Errors.

Post your comment

Subject:
Message:
0/1000 characters