Jump to content

AdroS

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by AdroS

  1. Hi there, I have been examining in detail of how to use the CustomUI tool to customize the Word 2007 ribbons, as those tutorials from MSDN about ribbonX are somewhat helpful. Here's my scenario: I have created a macro-enabled word 2007 template (.dotm) and have created a function in VBA. It pulls out a VBA form and inserts data from form into document. I now like to have this function included in the Add Ins Tab in the ribbon. So I used the customUI Tool that is offered from the ribbonX website, downloaded it and studied the tutorials from MSDN reference site. I used the XML tags and used the event call back procedures to call functions in the VBA sourcecode. Now that I have a completed XML document done in CustomUI Tool and have the procedures required in the VBA sourcecode, including the callback function etc. When I test and open the documnet, I am not getting the Add-In Tab that displays the menu button for the function. So my general question is, how do I ensure that the XML document created in CustomUI is referencing the template that I would like it display in? I thought this would be automatic when you open the XML file of the template in CustomUI and save it. Additionally, I have also tried adding it as a COM Add-IN in the template via Visual Studio 2008, and still no further progress. Any advice and tips would be appreciated. Cheers. Adrian
×
×
  • Create New...