ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   hide menu bar (https://www.excelbanter.com/excel-programming/445345-hide-menu-bar.html)

kalpesh

hide menu bar
 
Hello,

hi, any macro for hide menu bar when command button is click

Don Guillett[_2_]

hide menu bar
 
This will toggle it

Sub ToggleMenuBar()
CommandBars("Worksheet Menu Bar").Enabled = _
Not CommandBars("Worksheet Menu Bar").Enabled
End Sub


On Feb 7, 11:48*am, kalpesh
wrote:
Hello,

*hi, any macro for hide menu bar when command button *is click




All times are GMT +1. The time now is 08:13 PM.

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