A
ajmilton
The project i'm working on right now involves reading information at
the beginning of a paragraph (for example: [Level 5]). I need to be
able to get this information from any point in the paragraph.
Currently, I'm using comments to do this - I can retrieve the
information using ActiveDocument.Comments(incrementedVariable).Range.Text.
The problem I'm running into is, a page break in the middle of a
paragraph throws this all out of whack. Working with
paragraphs().Range, word seems to consider the beginning of a new page
a new paragraph as well.
I'm not at all opposed to completely redoing what i've done thus far,
I just need help figuring out how to carry the identifier across a
page break.
Oh, system information - using Word 2002 on win2k.
Thanks in advance for any help.
-aj milton
the beginning of a paragraph (for example: [Level 5]). I need to be
able to get this information from any point in the paragraph.
Currently, I'm using comments to do this - I can retrieve the
information using ActiveDocument.Comments(incrementedVariable).Range.Text.
The problem I'm running into is, a page break in the middle of a
paragraph throws this all out of whack. Working with
paragraphs().Range, word seems to consider the beginning of a new page
a new paragraph as well.
I'm not at all opposed to completely redoing what i've done thus far,
I just need help figuring out how to carry the identifier across a
page break.
Oh, system information - using Word 2002 on win2k.
Thanks in advance for any help.
-aj milton