To do this for the whole document:
- Open the document
- alt + F11 to open VBA Editor
- ctrl + G to open the Immediate window.
- ActiveDocument.Range.List.ConvertNumbersToText
- enter
To do this for a selection:
- Open the document
- Select range
- alt + F11 to open VBA Editor
- ctrl + G to open the Immediate window.
- Selection.Range.List.ConvertNumbersToText
- enter
Reference:
Tips.net