Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this code in Workbook:
Sub Workbook_Open() Application.CommandBars("Custom1").Visible = True End Sub After opening the workbook Custom1 toolbar does not apear. I have to turn it on manually from the View Menu. What do I have to do to make it work? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Make sure you put the macro in the Workbook code area, not a standard module.
-- Gary''s Student - gsnu200737 "Woodsman" wrote: I have this code in Workbook: Sub Workbook_Open() Application.CommandBars("Custom1").Visible = True End Sub After opening the workbook Custom1 toolbar does not apear. I have to turn it on manually from the View Menu. What do I have to do to make it work? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbook_Open doesn't run | Excel Programming | |||
Workbook_Open() does not work | Excel Programming | |||
Can't get Workbook_Open event to work | Excel Programming | |||
excel vba workbook_open event does not work help please | Excel Programming |