Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default Removing/restoring menubar in a macro

One way:

Application.CommandBars("Standard").Visible = False
Application.CommandBars("Standard").Visible = True

In article ,
"Bob Moister" wrote:

I can manually hide the menu bar, and I can manually
reset it so it again is visible, but I can't get the
macro recorder to produce the code.
Will someone please tell me the appropriate code to use
so that I can manually insert it into a macro.
Thanks in advance,
Bob

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
Custom Menubar Bret Excel Discussion (Misc queries) 1 August 19th 07 11:52 PM
Restoring Excel gridlines after removing background shading? Wisconsin Jon Excel Discussion (Misc queries) 2 June 18th 07 09:09 PM
hyperlink in menubar Mr BT Excel Worksheet Functions 0 June 7th 06 04:34 AM
MenuBar & Event problems Graham F Excel Discussion (Misc queries) 1 May 7th 06 10:26 AM
Create your own Menubar cassy01 Excel Discussion (Misc queries) 1 September 6th 05 01:03 PM


All times are GMT +1. The time now is 08:51 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"