I ve been given a VBA spreadsheet which calls functions that are written in VB6 and 'COM' exposed.
Can anyone indicate:
- How I can find the location of the dll / binary that VBA actually calls in the COMP calls?
- How I can attach a debugger to VB and get hit when the function os called.
I come from a C sharp background so would really appreciate help here
EDIT: I have the source code and have found the references from Excel - How do I attach a VB6 debugger to Excel and get hit on a breakpoint?