Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default hide menu bar

Hello,

hi, any macro for hide menu bar when command button is click
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,522
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide menu bar Dani Lima[_2_] Excel Programming 1 January 27th 09 02:14 PM
how do i hide & unhide menu bar? prakash Excel Discussion (Misc queries) 1 November 12th 08 06:05 AM
hide menu bar pswanie Excel Programming 2 August 7th 07 04:37 PM
How do I hide the worksheet menu bar AndyRoo Excel Programming 2 May 30th 06 10:46 AM
How to hide Excel's Top Menu Bar Hotbird Excel Programming 4 November 27th 03 10:21 PM


All times are GMT +1. The time now is 03:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"