Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1012 Bytes

Word.ListFormat.ConvertNumbersToText.md

File metadata and controls

44 lines (27 loc) · 1012 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ListFormat.ConvertNumbersToText method (Word)
vbawd10.chm163578042
vbawd10.chm163578042
Word.ListFormat.ConvertNumbersToText
5ba6d823-dadb-1059-d439-0e556d91058f
06/08/2017
medium

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

ListFormat Object

[!includeSupport and feedback]