Paste Special In Microsoft Word
Once I got out of automated mode, I woke up and realized that I often use Paste Special with unformatted text when working in MS Word. It became a habit like CTRL+V, CTRL+X, and CTRL+C. To do Paste Special without formatting, I clicked CTRL+V to paste, selected the Paste Special icon (smart tag) and selected Keep Text Only. Another way to do a Paste Special is to click Edit, Paste Special and select your preference.
Why do all that when I can create a macro and put a button on the toolbar? That’s exactly what I did. It took a few days to get the hang of using the button instead of going the old-fashioned route. I can’t remember where I found the tip and searching for it didn’t jog my memory.
A Microsoft article shows part of the way. The difference is that it changes CTRL+V to paste unformatted text. There are occasions when I do want it to paste formatted text, so I don’t want to change CTRL+V. The button works great. I had thought about making another keyboard shortcut, but I didn’t want to risk erasing another shortcut in the process.
If you prefer to create a keyboard shortcut, here are the Windows keyboard shortcuts. However, these don’t consider the shortcuts that come with specific programs like SnagIt. I use CTRL+SHIRT+P to snag an image.
Here are the steps from the Microsoft article with some minor changes:
- Start Word.
- Click
ALT+F8. - In the Macro name box, type
PasteUnformattedText. - Make sure that All active templates and documents is displayed in the Macros in list, and then click
Create. The Microsoft Visual Basic Editor appears. - Directly above the
End Substatement in theSub PasteUnformattedText()section, type (or copy and paste) the following line of code:Selection.PasteSpecial DataType:=wdPasteText - Click
ALT+Qto return to Word.
The next steps add a button to the toolbar.
- Right-click the toolbar and select
Customize. - Ensure the
Commandstab is selected. - Select
Macrosand locateNormal.NewMacros.PasteUnformated.Text(part of it might be cut off). - Click and hold
Normal.NewMacros.PasteUnformatedTextand drag it to where you want it in the toolbar. - Right-click
Normal.NewMacros.PasteUnformatedText(if nothing happens, click the Customize window and right-click again — keep the Customize window open). - Change
Nameto whatever you want, so you can shorten it.
You can use an image instead, if you prefer. In this case, while the Customize window is still open:
- Right-click the new button you created, select
Change Button Image, and pick an icon. - Right-click the button again and select Default Style. Only an image appears. You can leave it as image and text, if you prefer.
You might want to do a Save All after finishing this. See this post for an explanation and how to do it.
[tags]Word,Microsoft,software,Meryl K. Evans[/tags]





