Weresmytriple
Registered User.
- Local time
- Today, 06:47
- Joined
- Sep 5, 2013
- Messages
- 58
hi all
im currently using the code
to remove the file button from access. however the more commands button in the quick access toolbar renders this method pointless unless i can remove the more commands button. does anyone know to remove the "customise quick access" button or failing that how to remove the more commands button?
thanks
michael
im currently using the code
Code:
<customUI
xmlns="[URL]http://schemas.microsoft.com/office/2009/07/customui[/URL]">
<ribbon startFromScratch="True">
<!-- 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>
to remove the file button from access. however the more commands button in the quick access toolbar renders this method pointless unless i can remove the more commands button. does anyone know to remove the "customise quick access" button or failing that how to remove the more commands button?
thanks
michael