StephNicolaou 32 Posting Whiz in Training

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.