View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
DM Unseen DM Unseen is offline
external usenet poster
 
Posts: 233
Default Referencing a com addin from a .net application via ole automa

Got it,

No, i'm not sure if that is possible. I'f i might hazzard a guess:

You first need to register the typelib of the COM addin and and then
create an interop assembly for .NET and reference this in your .NET
project. Else your project does not know which events are sourced by
the COMM addin.

Then create a variable of your top level object with events (I do not
know the .NET equivalent) and assign the CoMaddin Object property to
it.

DM Unseen