Two questions.
1) How do I go to the first numbered paragraph on the page?
2) When I'm on a numbered paragraph, how do I get which paragraph number it
is? For example, ListParagrapgh.Count will give me the total number of list
paragraphs, but how do I determine if I'm on paragraph 100 or 734?
Thanks for all the help.
Word Heretic - 25 Dec 2004 02:17 GMT
G'day Peaceful Wisdom <PeacefulWisdom@discussions.microsoft.com>,
Move selection along a para at a time until its
.Range.Information(whatever) shows the correct page. Select from here
until the end of the document. Selection.ListParagraphs(1) is the
first list para.
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
Peaceful Wisdom reckoned:
>Two questions.
>1) How do I go to the first numbered paragraph on the page?
>2) When I'm on a numbered paragraph, how do I get which paragraph number it
>is? For example, ListParagrapgh.Count will give me the total number of list
>paragraphs, but how do I determine if I'm on paragraph 100 or 734?
>Thanks for all the help.