M
Marley
Hi there, I'm customising the ribbon and want to add a group to the picture
format toolbar. This is the code but it doesn't seem to appear - what am I
doing wrong? It's like it doesn't recognise the tab name as this code works
if I changed the name to TabHome?
........
<tab idMso="TabPictureToolsFormat">
<group id="Stuff" label="Stuff">
<button id="Custom1" visible="true" size="normal" label="Left"
imageMso="Callout" onAction="InsertFormattedLabel" />
</group>
</tab>
.......
format toolbar. This is the code but it doesn't seem to appear - what am I
doing wrong? It's like it doesn't recognise the tab name as this code works
if I changed the name to TabHome?
........
<tab idMso="TabPictureToolsFormat">
<group id="Stuff" label="Stuff">
<button id="Custom1" visible="true" size="normal" label="Left"
imageMso="Callout" onAction="InsertFormattedLabel" />
</group>
</tab>
.......