ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   excel's menu bar (https://www.excelbanter.com/excel-discussion-misc-queries/151387-excels-menu-bar.html)

Rosa

excel's menu bar
 
how to hide/display menu bar ? is it possible?

Ron de Bruin

excel's menu bar
 
Hi Rosa

Manual

ToolsCustomize
on the Toolbars tab uncheck "worksheet Menu Bar"


With code

Application.CommandBars("Worksheet Menu Bar").Enabled = False

Set it to True if you want it back



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"rosa" wrote in message ...
how to hide/display menu bar ? is it possible?


challa prabhu

excel's menu bar
 
Hi,

Important: You can hide a Worksheet menu bar only if have a work book
opened. You cannot hide menu bar without any workbook.

Follow the procedure to hide the Worksheet Menu bar:

1. Move your mouse pointer to the left of the Menu bar - Worksheet Menu bar.
2. The pointer changes to a four headed arrow.
3. Drag the Worksheet Menu bar in the worsheet area - Content area.
4. Click the close window icon (X). to hide the Worksheet Menu bar.

Challa Prabhu


"rosa" wrote:

how to hide/display menu bar ? is it possible?


cj2k2k

excel's menu bar
 

Sub Auto_open()
Application.CommandBars("Worksheet Menu Bar").Enabled = False
End Sub

"rosa" wrote:

how to hide/display menu bar ? is it possible?



All times are GMT +1. The time now is 06:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com