ListLevelNumber Property Example

This example returns the list level for the third paragraph in the active document.

lev = ActiveDocument.Paragraphs(3).Range.ListFormat.ListLevelNumber

This example displays the list level for the Heading 3 style.

Msgbox ActiveDocument.Styles(wdStyleHeading3).ListLevelNumber