ANSWER:
A: On the General tab of Options, select Break in Class Module. With the other options in the Error Trapping section of the General tab, VB will break at the code that called the class, and not in the code in the class module that actually causes the error.

Answers in Depth...