A family of Microsoft word processing software products for creating web, email, and print documents.
Perhaps a little less daunting:
Modifying Custom Ribbon Icons and Text
I am not a big fan of the ribbon customization features available in Word 2010/2013 and prefer using a RibbonXLM script: Customize Ribbon. However, if you want to use the built-in utility, you can enhance it significantly by editing the UI customization file that you create using an XML editor application:
- After creating your ribbon customizations, export the customization file to your desktop.
- Close Word.
- Open the exported customization file in a suitable XML editor. I use Notepad.
- Edit the exportedUI file to modify the label or imageMso attributes.
- Save and close the the exportedUI file.
- Open Word, open the Customize the Ribbon dialog and import the file you just edited.
Note: You can only use the imageMso attributes and available Microsoft icons for customizations using this method.