Adding a new button / Group to the Add-ins tab

jhol4

Board Regular
Joined
Nov 18, 2002
Messages
71
Hi There

I have only just started playing around with Microsoft Office Custom IU Editor and am having a little trouble getting some of my custom buttons / Groups into the right place.

I currently have 2 separate add-ins that I have created and want to either get them both into the Add-Ins tab, or get them both into a single, new custom tab.

My Custom UI editor code for one of the add-ins is as follows:

PHP:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"> 
<ribbon startFromScratch="false"> 
<tabs>
<tab idMso="TabAddins" >
<group id="NewGroup1" label="WIP Management Tools">
<button id="Button1" label="Setup Workbook" size="normal" onAction="SetupWorkbook" 
imageMso="BlogPublish"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>

Any help would be appreciated.
 
Last edited:

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

Forum statistics

Threads
1,214,829
Messages
6,121,827
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top