LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Hide menu bar

Hi! I cant hide the menu bar from a workbook. I've tried this macro; the
others bars are hidden but the menu bar didnt. Someone could tell me what I
am doing wrong?? Another question: the windows live bar is appearin too even
if I deselect it. How can I desable it? It can be done with the macro too???

Macro:

Private Sub Workbook_Open()

Application.ScreenUpdating = False
Application.DisplayAlerts = False
Application.DisplayExcel4Menus = False
Application.DisplayFormulaBar = False
Application.DisplayInsertOptions = False
Application.DisplayPasteOptions = False
Application.DisplayScrollBars = False
Application.DisplayStatusBar = False
Application.DisplayFullScreen = True

Sheets("Menu").Select
Range("A8").Select

End Sub
 
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
how do i hide & unhide menu bar? prakash Excel Discussion (Misc queries) 1 November 12th 08 06:05 AM
hide formula bar (and menu bar etc) pswanie Excel Programming 2 February 13th 08 05:33 PM
Hide bar above menu titles Johnny J Woodhouse[_2_] Excel Discussion (Misc queries) 3 October 15th 07 03:30 PM
hide menu bar pswanie Excel Programming 2 August 7th 07 04:37 PM
hide menu and bars Maileen Excel Programming 1 October 24th 04 11:00 AM


All times are GMT +1. The time now is 07:18 AM.

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

About Us

"It's about Microsoft Excel"