Note: Excel 2003, OS Windows XP (or Windows Vista)
Hey There,
I have a couple of old excel toolbars which I can't seem to get rid of (and neither can my users):
Both the code below and manual edits work fine in the current excel session but then if I exit excel and start again, Hey presto ! they're back again.
'-----------------------------------------------
Public Sub DeleteOldToolbars()
On Error Resume Next
Application.CommandBars("Admin_Supps").Delete
On Error Resume Next
Application.CommandBars("Valuers_Supps").Delete
Err.Clear
End Sub
'------------------------------------------------
Is there any way of cleaning this up ( without reinstalling excel)
Thanks,
Lea
Hey There,
I have a couple of old excel toolbars which I can't seem to get rid of (and neither can my users):
Both the code below and manual edits work fine in the current excel session but then if I exit excel and start again, Hey presto ! they're back again.
'-----------------------------------------------
Public Sub DeleteOldToolbars()
On Error Resume Next
Application.CommandBars("Admin_Supps").Delete
On Error Resume Next
Application.CommandBars("Valuers_Supps").Delete
Err.Clear
End Sub
'------------------------------------------------
Is there any way of cleaning this up ( without reinstalling excel)
Thanks,
Lea