Could someone please help me modify the following XML code (Office 2007) so that it works in Office 2010? I've included my XML from Office 2007 below:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon>
<officeMenu>
<menu idMso="FileSendMenu" enabled="false"/>
<menu idMso="FileEmailAsPdfEmailAttachment" enabled="false"/>
<menu idMso="FileEmailAsXpsEmailAttachment" enabled="false"/>
<menu idMso="FileSendAsAttachment" enabled="false"/>
</officeMenu>
</ribbon>
I canNOT figure out why my schema isn't working. It doesn't help that I know nothing about XML and I'm just kind of fumbling around in the dark here. My goal is to ideally remove (or at least disable) the "Save & Send" menu item under the File menu in Excel 2010. I am not finding any documentation on the XML structure for Office 2010, which seems to have changed significantly from Office 2007.