Macro Buttons on the QAT in Word 2007

Joined
Jul 9, 2008
Messages
1
Reaction score
0

I have the following xml code in a template file (dotm). When I assign this dotm file to a word document, the new buttons on the Quick Access Toolbar do not show up. While I have this document open, If I open a recent document off of the office menu, the new document will open in a seperate window and the buttons will show up on the original document that I assigned the template to. Am I missing something in the XML file, the VBA, or possibly something in the setup of Word 2007?

<
customUI xmlns=http://schemas.microsoft.com/office/2006/01/customui>
<
ribbon startFromScratch="true">
<
qat>
<
documentControls>
<
button id="PrevDoc"label="Previous Document"imageMso="GoRtl" onAction="PreviousDocument"/>
<
button id="NextDoc"label="Next Document"imageMso="GoLeftToRight" onAction="NextDocument"/>
</documentControls>
</qat>
</ribbon>
</customUI>



 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top