MicrosoftWordShortcuts
These are Microsoft Word shortcuts that I like to add to my copy of Word. Since I switch computers often, it's convenient to have them documented in one central location.
Full Screen (F9)
http://word.tips.net/Pages/T000102_Shortcut_for_FullScreen_Mode.html
-
Choose Customize from the Tools menu. Word displays the Customize dialog box.
-
Click the Keyboard button. Word displays the Customize Keyboard dialog box.
-
In the list of Categories, choose View.
-
In the list of Commands, choose ToggleFull.
-
Place the insertion point in the Press New Shortcut Key box.
-
Press the shortcut key you want to use, such as Alt+S.
-
Click Assign.
-
Close the dialog boxes.
Paste Unformatted (Control-Shift-V)
http://office.microsoft.com/en-us/help/HA010429611033.aspx
To create the macro to cut and paste without formatting
-
On the Tools menu, point to Macro, and then click Macros to display the Macros dialog box.
-
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.
-
Directly above the End Sub statement in the PasteUnformattedText subroutine, type the following line of code:
Selection.PasteSpecial DataType:=wdPasteText-
On the File menu, click Close and Return to Microsoft Word.
To run the macro each time you press CTRL+SHFT+V
-
On the Tools menu, click Customize.
-
Click the Keyboard button.
-
Make sure the Save changes in box displays Normal.dot.
-
In the Categories list, click Macros.
-
In the Macros list, click PasteUnformattedText.
-
Click in the Press new shortcut key box, press and hold the CTRL key and the SHFT key, and then press and hold the V key at the same time. The Press new shortcut key box displays Ctrl+Shift+V.
-
Click Assign. Click Close and then click Close again.