954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Remove the Quick Access Toolbar (QAT) arrow

Hi All,

As shown below, I have already managed to disable all menu items from the QAT. However I would also like the menu option to be completely removed!

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
   <commands>
      <command idMso="ApplicationOptionsDialog" enabled="false"/>
      <command idMso="FileExit" enabled="false"/>
      <command idMso="Help" enabled = "false"/> 
   </commands>
   <ribbon startFromScratch="true">
<officeMenu>
     <button idMso="FileCompactAndRepairDatabase" visible="false"/>
     <button idMso="FileOpenDatabase" visible="false"/>
     <button idMso="FileNewDatabase" visible="false"/>
     <button idMso="QuickAccessToolbarCustomization" visible="false"/>
     <button idMso="FileCloseDatabase" visible="false"/>
      <splitButton idMso="FileSaveAsMenuAccess" visible="false"/>
</officeMenu>
</ribbon>
</customUI>

Any tips would be much appreciated,
Cleo

StephNicolaou
Posting Whiz in Training
204 posts since Nov 2007
Reputation Points: 77
Solved Threads: 18
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: