removing the ribbon

Weresmytriple

Registered User.
Local time
Today, 22:40
Joined
Sep 5, 2013
Messages
58
hi im trying to remove the ribbon in access 2010 i found this code on the internet
Code:
<customUI xmlns="[URL]http://schemas.microsoft.com/office/2009/07/customui[/URL]">
<ribbon startFromScratch="false">
<!-- Ribbon XML -->
</ribbon>
<backstage>
<button idMso="FileSave" visible="false"/>
<button idMso="SaveObjectAs" visible="false"/>
<button idMso="FileSaveAsCurrentFileFormat" visible="false"/>
<button idMso="FileOpen" visible="false"/>
<button idMso="FileCloseDatabase" visible="false"/>
<tab idMso ="TabInfo" visible="false"/> 
<tab idMso ="TabRecent" visible="false"/>
<tab idMso ="TabNew" visible="false"/>
<tab idMso ="TabPrint" visible="false"/>
<tab idMso ="TabShare" visible="false"/>
<tab idMso ="TabHelp" visible="false"/>
<button idMso="ApplicationOptionsDialog" visible="false"/>
<button idMso="FileExit" visible="false"/>
</backstage>
</customUI>

i was just wondering where you enter this code in access? or if anyone knows a different way that be great

thanks
 
do you know how to remove the quick access toolbar?
 

Users who are viewing this thread

Back
Top Bottom