I have taken over maintaining a legacy code base for an Excel product that uses the XLLPlus Excel addin and am having trouble figuring out how to debug into the C++ code that is contained in the xll file.
The VBA project makes calls out to an xll file (compiled C++ similar to a dll file) and...