Workbook Events Open: enable custom toolbar
Private Sub Workbook_Open() Application.CommandBars("My Custom Toolbar").Enabled = True End Sub