Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My employer just recently converted to Excel 2007. I'm trying to
figure out how to customize the ribbon for a few add-ins I use. I'm using Custom UI Editor to run the XMLs to edit the ribbon. There is one piece that I'm having trouble with - how to add icons/ buttons to an existing group. For example, I want to add 'Run Report' button to Editing group. I use the code below, but it doesn't work. Can someone help me figure out what is wrong with my code? Not even sure if editing an existing default excel group is possible. Code:
<ribbon <tabs <tab idMso="TabHome" <group idMso="GroupEditingExcel" <button id="RunRpt" label="Run Report" size="normal" onAction="MacroRpt" imageMso="Calculator" / </group </tab </tabs </ribbon |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assign Add-In to Custom Toolbar Button Microsoft Office 2007 | Excel Discussion (Misc queries) | |||
2003 - 2007 custom macro and custom button restore. | Excel Discussion (Misc queries) | |||
How do I show 2007 custom Button Images with transparent backgroun | Excel Programming | |||
In 2007 Add new Tool button to keep custom macros for Workbook | Excel Discussion (Misc queries) | |||
Can I make a custom button in Excel for the Group feature? | Excel Worksheet Functions |