We have multiple vb projects.We want to put error handlers in all functions, and error handler should write to a file.Are there any tools available – we have looked at codesmart and vbwatch.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s a freeware program:
http://wareseeker.com/Software-Development/automatic-error-handling-pro-1.1.0.zip/238557
and here’s some source code for doing it yourself:
http://www.nigelrivett.net/VB/VBAddErrorHandling.html