A family of Microsoft word processing software products for creating web, email, and print documents.
For macros on the QAT, you are restricted to the one image if just using Modify the QAT in the user interface.
You can rename it and likely should.
You should be able to use the Modify button. You will be limited to certain images, though.
However, you are not limited to making changes through the user interface.
To change the image, you will need to get into the XML.
You can also expand the text that shows up.
- Modifying the Quick Access Toolbar (QAT) in Microsoft Word
- Modify Quick Access Toolbar (QAT) Button Image or Text by Greg Maxey
Here is an example of mine that you can download and examine what was done:
- Random Text Add-In (three macros) with images and mouse-over text.
Here is the XML that produces this:
<mso:qat>
mso:documentControls<mso:separator idQ="doc:sep1" visible="true"/><mso:button idQ="doc:RandForm_1"visible="true"label="Show Random Text Dialog"imageMso="FrameCreateLeft"screentip="Open dialog to insert dummy text"supertip="This gives you a choice of three different kinds of dummy or filler text to give text to yourdocument to test structure or appearance - Help or marketing text from Microsoft - fairly uniform sentence and paragraph length - Lorem Ipsum traditional filler text - very different sentence and paragraph length - The quick brown fox jumped over the lazy dog. The default is 6 paragraphs of 3 sentences each. You are allowed to choose the number of paragraphs and sentences."onAction="RandForm"/><mso:button idQ="doc:InsertRandomText_1"visible="true"label="Insert 6 paragraphs (3 sentences each) of Microsoft Help/Marketing Text"imageMso="SlidesPerPageSlideOutline"screentip="Insert dummy text from Microsoft"supertip="6 paragraphs 3 sentences each. Text from Help or Marketing Files"onAction="InsertRandomText"/><mso:button idQ="doc:InsertLoremText_1"visible="true"label="Insert 'Lorem Ipsum' dummy text"imageMso="SetPertWeights"screentip="Insert 'Lorem Ipsum' dummy text"supertip="6 paragraphs 3 sentences each. Lorem ipsum dolor sit amet, consectetuer adipiscing elit... Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus."onAction="InsertLoremText"/><mso:separator idQ="doc:sep2" visible="true"/></mso:documentControls> </mso:qat>
Look at the imagemso, label, and screentip. The onAction identifies the macro being called. Read the linked pages for details on how to do this.