Thursday, December 25, 2014

How to convert bulleted and/or numbered lists to plain text in Word

1. Press Alt + F11 to open Visual Basic window.
2. Press Ctrl + G for Immediate window (or go to View and choose Immediate Window).
3. Paste the following code to the opened window on the bottom and press Enter:
ActiveDocument.ConvertNumbersToText
4. Close Visual Basic window to return to the document.

How to remove field codes from a Word document

1. Select the text you want to remove the fields from (Ctrl + A if you want all)
2. Press Ctrl + Shift + F9