I have a COM addin for Excel that adds a new toolbar/menu to Excel. One of the command reads a file and adds picture to the current worksheet. The pictures when clicked, calls a macro inside an XLA file that calls the method in a .net addin.
The problem is that I had to create a .XLA addin just for this call routing because Shapes cannot directly call a method inside my COM addin. I want to know if there is a way to remove this proxy .XLA addin?