I put a macro I created into the standard toolbar. I want to remove it, but I
can't.
How do I accomplish this please?
Thank you,
mojr
Press Alt and drag the button off the toolbar.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> I put a macro I created into the standard toolbar. I want to remove it, but I
> can't.
> How do I accomplish this please?
> Thank you,
> mojr
MoJR - 26 Feb 2006 00:43 GMT
Suzanne,
Thanks for getting back so quickly. That suggestion did not work. Please
put another quarter in the slot and try again.
Thank you
mojr
> Press Alt and drag the button off the toolbar.
>
[quoted text clipped - 4 lines]
> > Thank you,
> > mojr
Greg Maxey - 26 Feb 2006 00:59 GMT
Maybe it is your slot machine that is jammed. Right click the toolbar,
click customize, then drag your macro off the toolbar.

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Suzanne,
> Thanks for getting back so quickly. That suggestion did not work.
[quoted text clipped - 18 lines]
>>> Thank you,
>>> mojr
Tools > Customize...
Make sure the "save in" location is what you want.
Drag the button off the toolbar (i.e. into your document, not onto another
toolbar)
Click close.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
>I put a macro I created into the standard toolbar. I want to remove it, but
>I
> can't.
> How do I accomplish this please?
> Thank you,
> mojr
MoJR - 26 Feb 2006 03:38 GMT
Greg, Charles,
I tried those methods before I wrote the first e-mail. Did I mention that
this button is for a macro that I wrote and put on the "Standard" toolbar?
Nothing else on that toolbar comes off either.
mojr
> Tools > Customize...
> Make sure the "save in" location is what you want.
[quoted text clipped - 7 lines]
> > Thank you,
> > mojr
Greg Maxey - 26 Feb 2006 04:05 GMT
MoJR,
Perhaps it has been protected try running this
Sub Scratchmacro()
CommandBars("Standard").Protection = msoBarNoProtection
End Sub

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Greg, Charles,
> I tried those methods before I wrote the first e-mail. Did I mention
[quoted text clipped - 27 lines]
>>> Thank you,
>>> mojr
MoJR - 26 Feb 2006 16:39 GMT
Greg,
Thank you very much. That worked like a charm.
> MoJR,
>
[quoted text clipped - 35 lines]
> >>> Thank you,
> >>> mojr