A Quick Way To Handle Errors
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
(20(20 Vote))
'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.
A Quick Way To Handle Errors Comments
No comments yet — be the first to post one!
Post a Comment