Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can i have the menu bar invisible when a workbook opens. i have tried:
Application.CommandBars("Worksheet Menu Bar").Visible = False without any luck. is this not possible? TIA. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try Enabled = False instead.
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Spencer Hutton" wrote in message ... How can i have the menu bar invisible when a workbook opens. i have tried: Application.CommandBars("Worksheet Menu Bar").Visible = False without any luck. is this not possible? TIA. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Spencer,
Use the Enabled property rather than the Visible property. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Spencer Hutton" wrote in message ... How can i have the menu bar invisible when a workbook opens. i have tried: Application.CommandBars("Worksheet Menu Bar").Visible = False without any luck. is this not possible? TIA. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet menu bar | Excel Discussion (Misc queries) | |||
Can I create a worksheet menu to select each other worksheet | Excel Discussion (Misc queries) | |||
linking chart menu bars and worksheet menu bars | Excel Programming | |||
chart menu bar vs worksheet menu bar | Excel Programming | |||
Worksheet Menu Bar | Excel Programming |