To delete a control from a CommandBar object, use the Delete method of the Controls collection
Sub delBar() CommandBars("MyToolbar").Controls(1).Delete End Sub