Error Handler

R

Ripan

Has anyone written an error handler for VBA forms. The error handler
would display error messages based on bad input and pop up messages
dynamically, etc.

If not, has anyone developed a clean way to display error messages
without using excessive message boxes?

Thanks for any help.
 
J

J.E. McGimpsey

Instead of message boxes and popups, consider a label on the form
itself that displays the error message.
 
Top