VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Error Handling Utility

Morgan Haueisen  (22 Submissions)   Complete Applications   VB Script   Advanced   Wed 3rd February 2021

(Update 2/17/05) You should include error handling in every procedure of your application regardless of its size or purpose. Usually, during an application’s design phase, we naturally include “ON ERROR RESUME NEXT” to handle expected errors while we are writing the code. The problem occurs when the initial design is complete; we don’t always go back and add error trapping for those unexpected errors. This is usually because it takes to much time or we meant to but just miss some when we did. This utility will add error trapping and logging to all the procedures in your code that you didn’t. View the read_me document for more information. I am not interested in trying to winning the monthly contest so please DON’T vote; save your votes for those who are.

Rate Error Handling Utility (14(14 Vote))

Download Error Handling Utility

Error Handling Utility Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters