how to remove Excel 2007 menu File, Send

dd*

New member
Joined
Feb 22, 2010
Messages
3
Programming Experience
10+
in Office 2007 using vb.net Im standarising the Office menus

Ive used the microsoft customui.xml file to clean up some menus.
Its works in Word and Powerpoint.

Ive managed to obtain the Ribbon controlids for all the apps.
This is the same code Im usign for Word, Powerpoint and excel.
However the same code is not removing my Excel menu


<ribbon startFromScratch="false">
<officeMenu>

<!--Hide New Menu-->
<button idMso="FileNew" visible="false"/>

<!--Hide Send menu-->
<menu idMso="FileSendMenu" visible="false"/>


<!--</menu>-->
</officeMenu>
</ribbon>


GPO policies havenot been applied in removing the office menus.

any ideas?

many thanks
dd*
 

Attachments

  • ScreenExcelSendMenu.jpg
    ScreenExcelSendMenu.jpg
    70.4 KB · Views: 19
Last edited:
Word & Powerpoint 2007 remove Save As menus

in Office 2007 using vb.net Im standarising the Office menus

Ive used the microsoft customui.xml file to clean up some menus.

Ive managed to obtain the Ribbon controlids for all the apps.

However in Word and powerpoint theres an additional menu under Save As, which I cant find controllers for
in Word File, Save As, OpenDocument Text
in Powerpoint File, Save As, OpenDocument Presentation

pls see screen capture

how can I find out the contollers behind these menu buttons?
any ideas on the controller-ids?

many thanks

dd
 
Last edited:
Back
Top