C
Craig Dunstan
I have created a COMAddin for excel using VSTO 2005SE (ThisAddin) and also a
separate Automation Addin to present user defined functions that can be
called by Excel.
How do reference the data in one from the other? From (ThisAddin)
This.Application.COMAddins, I do not see the automation addin, but from
This.Application.Addins I do, however there does not seem to be a way to get
a reference to the running instance.
Is there a way to combine the two into one, for example, and access a
function from the ThisAddin class from within Excel? I can't get my head
around what mechanism makes the function visible to Excel.
Any thoughts would be greatly appreciated.
Regards
Craig.
separate Automation Addin to present user defined functions that can be
called by Excel.
How do reference the data in one from the other? From (ThisAddin)
This.Application.COMAddins, I do not see the automation addin, but from
This.Application.Addins I do, however there does not seem to be a way to get
a reference to the running instance.
Is there a way to combine the two into one, for example, and access a
function from the ThisAddin class from within Excel? I can't get my head
around what mechanism makes the function visible to Excel.
Any thoughts would be greatly appreciated.
Regards
Craig.