EnableErrorHandling
Switches on the exception handling.
object.EnableErrorHandling As Boolean
Comment
If this property is TRUE, and an error occurs within a method, an exception is triggered. Using the On Error Goto instruction it is possible to trap the exception at a defined label, and to examine the Err object to determine the cause.