Share via


ListFormat.ConvertNumbersToText Method (Word)

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

Syntax

expression .ConvertNumbersToText

expression A variable that represents a ListFormat object.

Example

This example converts the preset numbers in myRange to text without affecting any LISTNUM fields.

Set myDoc = ActiveDocumentSet myRange = _ 
    myDoc.Range(Start:=myDoc.Paragraphs(12).Range.Start, _ 
    End:=myDoc.Paragraphs(20).Range.End) 
myRange.ListFormat.ConvertNumbersToText wdNumberParagraph

See Also

Concepts

ListFormat Object

ListFormat Object Members