I'm customizing my Excel 2007 ribbon with the Custom UI editor that is commonly available. My end result is a custom tab with my own layout of normal excel actions and custom macros. Two of the excel items I want to retain are Font Color and Cell Fill Color. I include them in my XML code as:
</gallery></gallery></gallery></gallery>
<gallery idmso="CellFillColorPicker"><gallery idmso="FontColorPicker"><gallery idmso="CellFillColorPicker"><gallery idmso="FontColorPicker">They show up in my ribbon as expected, but when clicked, they will only activate the underlying gallery, regardless of where on the button they are clicked. In the normal ribbon, these buttons are split into left (click to apply most recent color) and right (access dropdown gallery).
All other instances of me using built-in excel controls in my custom tab work out fine. The buttons/menus/etc come though and behave normally. Is there any modification I can make to my code that will grant my two color galleries their full functionality?</gallery></gallery></gallery></gallery>
Code:
gallery idMso="FontColorPicker"
gallery idMso="CellFillColorPicker"<gallery idmso="CellFillColorPicker"><gallery idmso="FontColorPicker"><gallery idmso="CellFillColorPicker"><gallery idmso="FontColorPicker">
<gallery idmso="CellFillColorPicker"><gallery idmso="FontColorPicker"><gallery idmso="CellFillColorPicker"><gallery idmso="FontColorPicker">They show up in my ribbon as expected, but when clicked, they will only activate the underlying gallery, regardless of where on the button they are clicked. In the normal ribbon, these buttons are split into left (click to apply most recent color) and right (access dropdown gallery).
All other instances of me using built-in excel controls in my custom tab work out fine. The buttons/menus/etc come though and behave normally. Is there any modification I can make to my code that will grant my two color galleries their full functionality?</gallery></gallery></gallery></gallery>