What is wrong with this XML Ribbon File

Mackeral

Board Regular
Joined
Mar 7, 2015
Messages
225
Office Version
  1. 365
Platform
  1. Windows
The Custom UI Editor isn't making my Ribbons any more.

Here's a small sample. It's run before but doesn't now. It is verified by the UI Editor.

XML:
<!-- Compiled from "REPORTING 18.XLSM" on 05/03/20 18:18 -->  
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" >  
    <ribbon>  
        <tabs>  
            <tab id="Macros" label="REPORTS" insertAfterMso="TabBefore" >  
                <group id="DATA" label="DATA">  
                    <button id="DATA_a_DATA_Load" label="a_DATA_Load" onAction="DATA_a_DATA_Load" />  
                </group>
            </tab>  
        </tabs>  
    </ribbon>  
</customUI>

Thanks for any help.
Mac
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Is there a tab called "TabBefore"? I couldn't find any reference to one.
 
Upvote 0

Forum statistics

Threads
1,213,568
Messages
6,114,348
Members
448,570
Latest member
rik81h

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