R
Ray
Hello there ...
I've created an add-in (XL02) that creates a new Menubar item next to
the Help menu. This new items is really just informational -- it
holds the new range structure for our product line -- and is quite
simple in operation. After clicking on the Menu header, a drop-down
appears with a list of 10 items; clicking on one of those 10 reveals a
sub-menu of available sub-headings; clicking on one the sub-headings
shows the lowest level of consolidation.
This add-in works great in XL02, and ok in XL07 ... it shows up on the
Add-Ins tab. However, I'd like to add the XML needed to add a Ribbon
grouping. I found some code on Ron de Bruin's site (Add Custom Group
in Built-in tab), but can't make it work for my purpose.
Any help you can give in creating this XML code is very much
appreciated ...
FYI, the add-in macro that fires on_open is called 'CreateMenu', in
case you need this for the onAction callback.
Thanks, Ray
I've created an add-in (XL02) that creates a new Menubar item next to
the Help menu. This new items is really just informational -- it
holds the new range structure for our product line -- and is quite
simple in operation. After clicking on the Menu header, a drop-down
appears with a list of 10 items; clicking on one of those 10 reveals a
sub-menu of available sub-headings; clicking on one the sub-headings
shows the lowest level of consolidation.
This add-in works great in XL02, and ok in XL07 ... it shows up on the
Add-Ins tab. However, I'd like to add the XML needed to add a Ribbon
grouping. I found some code on Ron de Bruin's site (Add Custom Group
in Built-in tab), but can't make it work for my purpose.
Any help you can give in creating this XML code is very much
appreciated ...
FYI, the add-in macro that fires on_open is called 'CreateMenu', in
case you need this for the onAction callback.
Thanks, Ray