macro on toolbar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
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
 
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.
--
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


--------- --------- --------- --------- --------- ---------
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.
 
Maybe it is your slot machine that is jammed. Right click the toolbar,
click customize, then drag your macro off the toolbar.
 
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
 
MoJR,

Perhaps it has been protected try running this

Sub Scratchmacro()
CommandBars("Standard").Protection = msoBarNoProtection
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top