RibbonCustomizer™
Customize your Office 2007 Ribbon (Office Fluent™)with only a few mouse clicks! Works with Microsoft® Access™, Excel®, Outlook®, PowerPoint® and Word 2007.

Buy for $29.99

Download free Starter Edition

Subscribe | Subscribe by Email |

Categories

Archive


imageMso list

July 17th, 2007 by Patrick Schmid

A developer can use Office 2007 icons in RibbonX via the imageMso attribute. To do so, she needs to only specify the idMso of the control which has the desired icon. Unfortunately, this is not as easy as it sounds, because any idMso available in any of the five ribbon applications (Access, Excel, Outlook, PowerPoint and Word) can be used irrespective of the application. That means, an idMso from an Excel command can be used in Word as imageMso.

To make this easier, I created a unique imageMso list. This list was created by first finding all unique idMso’s across all ribbons (some 3,400 idMso’s), and then removing all the idMso’s that didn’t have their own icons, as well as all duplicates. The list differentiates between unique 16×16 and 32×32 icons, as well as unique pairs of 16×16 and 32×32 icons.

Download the imageMso list (Excel 2007 format).

One Response to “imageMso list”

  1. Jim Rech Says:

    I don’t think you have them all Patrick as, for instance _1 through _9 aren’t listed, nor is A through Z.

    Anyway, the next step is to add RibbonX and code to the workbook to display the images in a ribbon tab. I’ll email you an XLSM that does that based on your 16×16 and 32×32 sheet and you can decide if you want to make that available here.

    Jim