Selecting all text encompassed by a bookmark

M

marc

Does anyone know how to create a macro that would select
all of the text that is contained in a bookmark (e.g.,
assume that I've bookmarked several paragraphs
as "Harvey"). How could I get a macro to select all of
the text bookmarked as "Harvey"?

I'd be pleased to pay someone for the answer.

Kindest regards,

Marc
 
J

Jezebel

ActiveDocument.Bookmarks("Harvey").Range.Select

If you really feel inclined to pay for that, send a suitable donation to any
charity in your area that supports impecunious musicians.
 
Top