Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Is there some code that will hide the Standard Tool bar when opening a
workbook and will restore it on close? -- Andy T |
#2
![]() |
|||
|
|||
![]()
Andy,
Try Sub Auto_Open() Application.CommandBars("Standard").Visible = False End Sub Sub Auto_Close() Application.CommandBars("Standard").Visible = True End Sub -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Andy T" wrote in message ... Is there some code that will hide the Standard Tool bar when opening a workbook and will restore it on close? -- Andy T |
#3
![]() |
|||
|
|||
![]()
Hi Chip,
Many thanks. This works a treat. Kind Regards "Chip Pearson" wrote: Andy, Try Sub Auto_Open() Application.CommandBars("Standard").Visible = False End Sub Sub Auto_Close() Application.CommandBars("Standard").Visible = True End Sub -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Andy T" wrote in message ... Is there some code that will hide the Standard Tool bar when opening a workbook and will restore it on close? -- Andy T |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"work items toolbar" | Excel Discussion (Misc queries) | |||
"Drawing" Toolbar is inactive | Excel Discussion (Misc queries) | |||
eurovalue toolbar won't go away | Excel Discussion (Misc queries) | |||
Why are some commands in Excel's Drawing Toolbar greyed-out (eg T. | Excel Discussion (Misc queries) | |||
How do I stop the Reviewing toolbar from showing up in Excel? | Excel Discussion (Misc queries) |