up vote 1 down vote favorite
share [g+] share [fb]

I have some Visual Basic methods that are acting as the click handlers for a custom Word Ribbon. Unfortunately, I already have the implementation of what the handlers have to do written in C# which is loaded into the Word document as an XML Expansion Pack.

I don't see any way to add a reference to the C# .dlls to Word's Visual Basic Editor. Is this possible?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

The C# component would have to expose a COM interface. http://msdn.microsoft.com/en-us/library/c3fd4a20.aspx.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.