gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
does anyone have the script to customize the ribbon. I found this on YouTube but cannot get it to work
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id="TSL label="TSL">
<group id="Group1" label="TLS">
<button id="MainMenu" label="New1" size="Normal" supertip="New2"/>
<button id="Form2" label="Form2" size="large" supertip="Open form 2"/>
</group>
</tab>
</tab>
</ribbon>
</customUI>
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id="TSL label="TSL">
<group id="Group1" label="TLS">
<button id="MainMenu" label="New1" size="Normal" supertip="New2"/>
<button id="Form2" label="Form2" size="large" supertip="Open form 2"/>
</group>
</tab>
</tab>
</ribbon>
</customUI>