Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.09 KB

Word.ListFormat.RemoveNumbers.md

File metadata and controls

58 lines (32 loc) · 1.09 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ListFormat.RemoveNumbers method (Word)
vbawd10.chm163578041
vbawd10.chm163578041
Word.ListFormat.RemoveNumbers
80c0e408-683d-4639-733d-843d5fd323e2
06/08/2017
medium

ListFormat.RemoveNumbers method (Word)

Removes numbers or bullets from the specified list.

Syntax

expression. RemoveNumbers( _NumberType_ )

expression A variable that represents a 'ListFormat' object.

Parameters

Name Required/Optional Data type Description
NumberType Optional WdNumberType The type of number to be removed.

Example

This example removes the bullets or numbers from any numbered paragraphs in the selection.

Selection.Range.ListFormat.RemoveNumbers

This example removes the LISTNUM fields from the selection.

Selection.Range.ListFormat.RemoveNumbers wdNumberListNum

See also

ListFormat Object

[!includeSupport and feedback]