Excel VisualBasic Script

Private Sub Workbook_Open()
    Application.CommandBars("My Custom Toolbar").Enabled = True
End Sub