List.ConvertNumbersToText method (Word)

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.

ActiveDocument.Lists(1).ConvertNumbersToText

See also

List Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.