A
Ajoy Raj
hi,
I've got an add-in (Managed COM Add-in) which runs as a simple
toolbar. The public method is MyProjectAddin.Show()
Also, I have a macro that needs to call this Add-in to execute
commands on it. How do I go about it ?
I've tried out things like Application.Run("MyProjectAddin") &
MyProjectAddin.Run without any success.
Since I'm new to Office Solutions, I have no clue how to go about
it. Googling for a long time hasn't helped either.
Any help would be greatly appreciated.
_Ajoy
I've got an add-in (Managed COM Add-in) which runs as a simple
toolbar. The public method is MyProjectAddin.Show()
Also, I have a macro that needs to call this Add-in to execute
commands on it. How do I go about it ?
I've tried out things like Application.Run("MyProjectAddin") &
MyProjectAddin.Run without any success.
Since I'm new to Office Solutions, I have no clue how to go about
it. Googling for a long time hasn't helped either.
Any help would be greatly appreciated.
_Ajoy