E
Ed
I was drug into switching from Win/Word2000 to Win/WordXP. Normal came over
okay with all my macros and toolbars. I had to rebuild one custom toolbar
with four macro buttons, though, because only one of the buttons could find
the associated macro. Accomplished with no problem.
Except now I can't get rid of the previous toolbar! I have
right-clicked>>Customize, select and Delete a half-dozen times! I even went
so far as to close all open docs and open the VBE, then use the following
code:
Dim objCB As CommandBar
For Each objCB In Application.CommandBars
If objCB.Name = "Summaries" Then
CommandBars("Summaries").Delete
End If
Next objCB
I watched the thing disappear! Then I saved Normal from the VBE and closed
Word. Next time I open - boom! there it is! Can someone help me kill this
thing, please?!!
Ed
okay with all my macros and toolbars. I had to rebuild one custom toolbar
with four macro buttons, though, because only one of the buttons could find
the associated macro. Accomplished with no problem.
Except now I can't get rid of the previous toolbar! I have
right-clicked>>Customize, select and Delete a half-dozen times! I even went
so far as to close all open docs and open the VBE, then use the following
code:
Dim objCB As CommandBar
For Each objCB In Application.CommandBars
If objCB.Name = "Summaries" Then
CommandBars("Summaries").Delete
End If
Next objCB
I watched the thing disappear! Then I saved Normal from the VBE and closed
Word. Next time I open - boom! there it is! Can someone help me kill this
thing, please?!!
Ed