List.CountNumberedItems Method
Word Developer Reference |
Returns the number of bulleted or numbered items and LISTNUM fields in the specified List object.
Syntax
expression.CountNumberedItems
expression A variable that represents a List object.
Example
This example formats the current selection as a list, using the second numbered list template. The example then counts the numbered and bulleted items and LISTNUM fields in the active document and displays the result in a message box.
Visual Basic for Applications |
---|
|
This example counts the number of first-level numbered or bulleted items in the active document.
Visual Basic for Applications |
---|
|
This example counts the number of LISTNUM fields in the variable myRange. The result is displayed in a message box.
Visual Basic for Applications |
---|
|
See Also