Share via


List.ConvertNumbersToText Method

Word Developer Reference

Changes the list numbers and LISTNUM fields in the specified List object.

Syntax

expression.ConvertNumbersToText

expression   A variable that represents a List object.

Example
This example converts the numbers in the first list to text.

Visual Basic for Applications
  ActiveDocument.Lists(1).ConvertNumbersToText

See Also