Error Handler

  • Thread starter Thread starter Ripan
  • Start date Start date
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.
 
Instead of message boxes and popups, consider a label on the form
itself that displays the error message.
 
Back
Top