Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Add custom button to existing group Excel 2007
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Viresh Parmar, post: 13752622"] 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> [/code] [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Add custom button to existing group Excel 2007
Top