Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how would i go about removing the File, edit, view etc
menus from the top |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Look in your other thread Greg
-- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Greg Prost" wrote in message ... how would i go about removing the File, edit, view etc menus from the top |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greg,
Use the following code to hide the menu bar. Change False to True to restore the menu bar. Application.CommandBars("Worksheet Menu Bar").Enabled = True -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Greg Prost" wrote in message ... how would i go about removing the File, edit, view etc menus from the top |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
commandbar problems | Excel Discussion (Misc queries) | |||
commandbar hunt | Excel Programming | |||
Moving CommandBar using VBA or C# | Excel Programming | |||
Commandbar Mystery | Excel Programming | |||
Add control to commandbar | Excel Programming |