Document.ConvertNumbersToText Method

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.ConvertNumbersToText

See Also