I have added buttons to the Word 2007 ribbon that successfully run
macros by creating an XML file using the Office 2007 Custom UI Editor.
In order to get the buttons to perform the macro actions, I had to add
the parameter (ByVal control as IRibbobControl) to each procedure. As
a result, the macro is no longer listed in the View Macros dialog box.
Is there a way to have it both ways? Any help would be appreciated.