Sep 13, 2002 #1 sabavno Programmer Jul 25, 2002 381 CA Hi My code has just gone crazy.... It goes to every error handler even though there is no error. As an error message I get a black message box What could be wrong?
Hi My code has just gone crazy.... It goes to every error handler even though there is no error. As an error message I get a black message box What could be wrong?
Sep 13, 2002 #2 danvlas Programmer Jul 30, 2002 2,446 RO Have you placed an Exit Sub before error handlers? If you didn't, error handler is executed whether an error occured or not. HTH Daniel Vlas Systems Consultant danvlas@yahoo.com Upvote 0 Downvote
Have you placed an Exit Sub before error handlers? If you didn't, error handler is executed whether an error occured or not. HTH Daniel Vlas Systems Consultant danvlas@yahoo.com