You are here: 8
How can I hide tab "Home" and rename tab "Add-In's"?
8
How can I hide tab "Home" and rename tab "Add-In's"? 
Create table "USysRibbon" in your database (Instructions) with the following Ribbon XML:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="false">
<tabs>
<tab idMso="TabHomeAccess" visible="false" />
<tab idMso="TabAddIns" label="My Ribbon Tab" />
</tabs>
</ribbon>
</customUI>
Remark: You cannot rename the group name "Custom Toolbars" ![]()

