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.

No comments:

Post a Comment