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.
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.