What are the error events good for?

You should handle errors with standard error trapping techniques (ie, On Error, try/catch, etc) - not the Error event. The Error event is there only for situations when the standard errors would not work (e.g. for the asynchronous components).

We appreciate your feedback.  If you have any questions, comments, or suggestions about this article please contact our support team at kb@nsoftware.com.