vote up 0 vote down star

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 Doc 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?

flag

1 Answer

vote up 1 vote down check

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

link|flag

Your Answer

Get an OpenID
or

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