Hello,

first let me say that I've read the other threads on this topic and I'm still not clear what to do ... maybe I'm a little slow?

I've created a VB ActiveX DLL that is called by an external application - lets use Excel as an example. I've compiled my app and it runs, so it is already registered on my machine. I've got a bug somewhere in my app because the output is not correct. So my question is - how can I debug my DLL when it is called by this external app I.e. I want to single-step through my code to find the error(s)? I assume it has something to do with the Debugging Tab under the Project Properties ... but the VB Help on ths topic is is lame.

Any help would be appreciated.

Thanks,

Dave