David Anderson
Registered User.
- Local time
- Today, 21:52
- Joined
- Nov 18, 2007
- Messages
- 84
I have hidden most of the contents of the File menu in Access 365 using the code below, but I would also like to hide the New button. Can anyone provide the idMso for this button?
Code:
<backstage>
<button idMso="FileSave" visible="false"/>
<button idMso="FileCloseDatabase" visible="false"/>
<tab idMso="TabOfficeFeedback" visible="false"/>
<tab idMso="TabSave" visible="false"/>
<tab idMso="TabInfo" visible="false"/>
<tab idMso="TabRecent" visible="false"/>
<tab idMso="TabPrint" visible="false"/>
<tab idMso="TabHelp" visible="false"/>
</backstage>
Last edited: