OK, that's close, but not exactly right.
This gives me the value of the number, but what I need is the number
of which paragraph it is. Starting from page one, the last numbered
list paragraph on that page is 31, on page two, the last paragraph
number is 69. That is to say, that there are a total of 69 numbered
list paragraphs from the start of page one to the end of page two.
For example, in the entire document, there are (for discussion), a
total of 31,102 paragraphs that are numbered. The numbering is not
cumulative, each list begins with a list value of 1, and the ending
list value is different each time.
In the example, at the end of page two, I'm in my third numbered list,
and the list value is 13, but the total count of numbered list
paragraphs starting from page one is 69.
And this is what I need. Basically, I need to know the total count of
numbered list paragraphs there are starting at page one and including
all the numbered paragraphs on whichever page I'm on. Refer to this
table:
Page Starting Ending
1 1 31
2 32 69
3 70 105
4 106 149
5 150 ???
Thanks for the help, but as I mentioned before, I don't use Word
programming that much.