I have an application which needs to call several instances of a class module which is defined in another project. The calls seem to be working okay, but something in the class module is throwing a "path not found" error, and there are several possible sections where this could occur. Is there a way to set a breakpoint in the code so that I can step through the code from the master program to see the lines being executed in the class module? (I'm new to VB, obviously!) [sig][/sig]