S
spnz
Hi there,
I am just learning at the moment how to create custom ribbons for Word 2007.
I have managed to sort out how to make a new ribbon and also the groups with
the ribbon.
I have been given the task to move some macros over from 2000 into 2007. The
company would like to keep all the old icons as it will make it easier for
the users to get used to the new look of 2007.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon>
<tabs>
<tab id="CustomTab" label="My Tab">
<group id="SampleGroup" label="Sample Group">
<button id="Button" label="Insert Company Name" size="large"
onAction="ThisDocument.InsertCompanyName" />
</group>
<group id="SampleGroup2" label="Sample Group 2" />
</tab>
</tabs>
</ribbon>
</customUI>
Thanks for your help!!
This is the XML I am using for the custom ribbon.
How do I display an icon with each of the new command buttons added to my
custom ribbon?
I am just learning at the moment how to create custom ribbons for Word 2007.
I have managed to sort out how to make a new ribbon and also the groups with
the ribbon.
I have been given the task to move some macros over from 2000 into 2007. The
company would like to keep all the old icons as it will make it easier for
the users to get used to the new look of 2007.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon>
<tabs>
<tab id="CustomTab" label="My Tab">
<group id="SampleGroup" label="Sample Group">
<button id="Button" label="Insert Company Name" size="large"
onAction="ThisDocument.InsertCompanyName" />
</group>
<group id="SampleGroup2" label="Sample Group 2" />
</tab>
</tabs>
</ribbon>
</customUI>
Thanks for your help!!
This is the XML I am using for the custom ribbon.
How do I display an icon with each of the new command buttons added to my
custom ribbon?