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?