Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
PLEASE HELP!! ![]() I am trying to adjust the look of the menus in an xls workbook using the following VBA script:- With CommandBars("Worksheet Menu Bar").Controls("File") .Controls("New...").Visible = False .Controls("Open...").Visible = False .Controls("Save As...").Visible = False BLAH BLAH etc However, I cannot remove the list of recently opened files because i do not know what its 'name' is. I do know its ID is 831 but I am struggling to write a VBA statement that likes using ID numbers instead of names. Any answers would be greatly appreciated. ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I remove an item from the recently used files list | Excel Discussion (Misc queries) | |||
How to add a submenu to a submenu? | New Users to Excel | |||
Removing a subtotal from an insert item in a pivot table | Excel Discussion (Misc queries) | |||
Customise the number of recently opened docs listed in File drop | Setting up and Configuration of Excel | |||
XML submenu | Excel Discussion (Misc queries) |