I'm working with Visual Studio 2010 for a research purpose. I'm looking for the possibility where an add-in could be started by a macro.
A macro could be started by an add-in simply. But the problem is vice-versa. Please share your ideas, and especially sample codes.
I found that it is possible in Microsoft Excel. The VBA macro code 'Call
myAddinName
could help on that. But the requirement is with Visual Studio IDE