C
Chris Watts
I have created a Custom Toolbar using vba, in Excel 2007. Now I cannot find
a way to delete it! Help!!
The code that created it is:
With Application.CommandBars.Add
.Name = "WO 119"
.Visible = True
End With
Using either of the doesn't remove/kill it!
DeleteCommandBarControl "WO 119"
Application.CommandBars("WO 119").Delete
TIA
Chris
a way to delete it! Help!!
The code that created it is:
With Application.CommandBars.Add
.Name = "WO 119"
.Visible = True
End With
Using either of the doesn't remove/kill it!
DeleteCommandBarControl "WO 119"
Application.CommandBars("WO 119").Delete
TIA
Chris