E
edamron
Hi. I'm need to get the text that has already been placed into a
document and put it into a string variable. The text starts at a
known bookmark.
I was thinking about using a range object but all of the examples I
see assume that I want a particular paragraph etc. The thing is I
can't be sure where in the document the bookmark will appear.
Is there any way to go to the bookmark
(ActiveDocument.Bookmarks(DOCKETBOOKMARK).Select) and then set the
range starting from the bookmark and extending 10 characters?
Thanks.
document and put it into a string variable. The text starts at a
known bookmark.
I was thinking about using a range object but all of the examples I
see assume that I want a particular paragraph etc. The thing is I
can't be sure where in the document the bookmark will appear.
Is there any way to go to the bookmark
(ActiveDocument.Bookmarks(DOCKETBOOKMARK).Select) and then set the
range starting from the bookmark and extending 10 characters?
Thanks.