Document.ConvertNumbersToText Method (Word)

Changes the list numbers and LISTNUM fields in the specified Document to text. .

Syntax

expression .ConvertNumbersToText

expression A variable that represents a Document object.

Example

This example converts the list numbers and LISTNUM fields in the active document to text.

ActiveDocument.ConvertNumbersToText

See Also

Concepts

Document Object Members

Document Object