Once you’ve created the button, go back into customize mode and then right click on the actual button that was created. That pops up a menu that allows you to alter the icon and change the text (or remove it if you just want the icon).
I was trying to modify it using the customize tools and it just wasn’t happening.
I’ve tried both of these, and they don’t work for me. In Word 2007, if I’m copying from, say, Albertus 18, and pasting into a paragraph of Times New Roman 12, the pasted text ends up Albertus 18, no matter what option I choose. I have “Paste Special” on my quick access bar, and selecting that, followed by “unformatted text” does what it should (pastes as Times New Roman 12).
I absofuckinglutely hate Office 2007, and only use it at work because I have to. Everywhere I have the option, it’s Open Office (which, unfortunately, is a tiny fraction of my time).
To make a button in Word 2007 that will paste without formating:
Start by opening up a document and typing any text so you have something to copy. Highlight it anc copy it so it’s in the buffer (this is so you have something to work with while recording a new macro)
Go to the View ribbon. Macros are to the far right. Click on the pull-down button and choose Record Macro.
The first window that pops up allows you to name it and create a button. Call it NoFormat for the purpose of this example.
Below this are choices for Button and Keyboard. Click on Button.
The next window that pops up will be called Word Options.
On the left side choose Customize. This will put the button on the Quick Access tool bar (the tiny one on top with the Save button in it)
While in the same box you will notice 2 boxes with button functions listed in them. On the left choose Macros from the pulldown menue and your new button will show up as Normal.NewMacros.NoFormat (NoFormat is what you named the macro)
Click on this and then click on Add to move it over to the right box which lists the buttons currently set up on the Quick Access bar. Click OK.
From this point on you will be recording the steps that will be written into the macro so don’t waver from the instructions:
Click on the Home ribbon and then the Paste pull-down menu (far left).
Choose Paste special and then choose unformatted text. (this will paste whatever you had in the buffer)
Finish by stopping the macro. To stop recording the macro you have to go back to the View ribbon and click on the Macro pull-down button and click Stop Macro.
Your new button should appear in the quick access bar in the upper left. If you place the mouse pointer over it the name of the button will be Normal.NewMacros.NoFormat. You can change this name if you want but right clicking on the button and choosing Customize Quick Access Toolbar. You will see the macro in the right column. Click on it and then click on the Modify button below. This will allow you to change the name.