Default Error Handling Mode in VBA - TechRepublic
General discussion
October 2, 2002 at 02:28 AM
graeme.yallop

Default Error Handling Mode in VBA

by graeme.yallop . Updated 23 years, 9 months ago

I am having a problem with a VBA application.

VBA is defaulting its error handling mode to Break in Class Module when the project is reloaded. I have classes in my VBA project that have proper error handling and I need the error handling mode tobe Break on Unhandled Errors.

I’m looking for a way to change the default error handling mode or a way to change the error handling mode programatically.

I have found registry settings to change the default value for VB but not for VBA.

My VBA application is running on top of RSView but I don’t think that the issue is RSView specific because I have seen posts on newsgroups for the same issue in VBA in Excel as well.

This discussion is locked

All Comments