Hi!

I use the Workbook_Open() event to add a custom commandbar and a custom
commandbarcontrol.
I want to remove both commandbars when the user closes the workbook . I've
tried to use the Workbook_BeforeClose event, but that returns an error (see
code below) - 91:

Sub Workbook_BeforeClose
CommandBars(1).Controls("Tid&lista").Delete
CommandBars("Tidlista").Delete
End Sub

Any ideas?

TIA
PO