Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Oh Wise Ones,
I have a workbook that needs a lot of screen area. It was loading the "Web" toolbar when it opened. I have added code to close/hide the toolbar but it is not working. What am I doing wrong? Code in ThisWorkbook: Private Sub Workbook_Open() Application.CommandBars("ActiveFactory").Visible = False Application.CommandBars("Web").Visible = False End Sub Thanks, Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
toolbar "button" for hiding/unhiding sheets | Excel Worksheet Functions | |||
Hiding Control Toolbar Checkboxes | Excel Discussion (Misc queries) | |||
Hiding the Standard Toolbar | Excel Discussion (Misc queries) | |||
Hiding a toolbar | Excel Programming | |||
hiding menubar & toolbar | Excel Programming |