View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Woodsman Woodsman is offline
external usenet poster
 
Posts: 3
Default Workbook_Open does not work

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