Document.CountNumberedItems method (Word)

Returns the number of bulleted or numbered items and LISTNUM fields in the specified Document object.

Syntax

expression. CountNumberedItems( _NumberType_ , _Level_ )

expression An expression that represents a Document object.

Parameters

Name Required/Optional Data type Description
NumberType Optional Variant The type of numbers to be counted. Can be one of the WdNumberType constants. The default value is wdNumberAllNumbers.
Level Optional Variant A number that corresponds to the numbering level you want to count. If this argument is omitted, all levels are counted.

Remarks

Bulleted items are counted when either wdNumberParagraph or wdNumberAllNumbers (the default) is specified for NumberType.

There are two types of numbers: preset numbers (wdNumberParagraph), which you can add to paragraphs by selecting a template in the Bullets and Numbering dialog box; and LISTNUM fields (wdNumberListNum), which allow you to add more than one number per paragraph.

See also

Document 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.