Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i hide & unhide menu bar? | Excel Discussion (Misc queries) | |||
hide formula bar (and menu bar etc) | Excel Programming | |||
Hide bar above menu titles | Excel Discussion (Misc queries) | |||
hide menu bar | Excel Programming | |||
hide menu and bars | Excel Programming |