This is the link to hide menus in the office button.
I had use it to create to hide the ribbon and other things but I'm unable to hide the Developer menu in the office button.
Does anyone have a clue to hide it?
I had use it to create to hide the ribbon and other things but I'm unable to hide the Developer menu in the office button.
Does anyone have a clue to hide it?
Code:
<customUI xmlns="[URL unfurl="true"]http://schemas.microsoft.com/office/2006/01/customui">[/URL]
<ribbon startFromScratch="true">
</ribbon>
<commands>
<command idMso="FileNewDatabase" enabled="false"/>
<command idMso="FileCloseDatabase" enabled="false"/>
<command idMso="ApplicationOptionsDialog" enabled="false"/>
<command idMso="FileExit" enabled="false"/>
<command idMso="Developer" enabled="false"/>
</commands>
</customUI>