Make PASTE SPECIAL... UNFORMATTED a Keyboard Shortcut

I

intractably

Another huge usability enhancement you can create if you like:

To make PASTE SPECIAL... UNFORMATTED a Keyboard Shortcut.
1. In Word, go to Tools/Macro/Macros.
2. Create a new macro called EditPasteUnformatted
3. Type in the following in the Sub code block:
Selection.PasteSpecial Link:=False, DataType:=wdPasteText
4. Save this.
5. Then go to Tools, Customize, Commands, Keyboard.
6. Click on the Macros category and select EditPasteUnformatted
7. In the Press New Keyboard Shortcut box, capture your keyboard
command, like:
Shift+Alt+V
8. Save it. Close all instances of Word.
9. Use Shift+Alt+V to paste in text unformatted. Done.
 

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

Top