VB or VBA Macro to select all of the 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
 
M

Martin Seelhofer

Hi Marc

ActiveDocument.Bookmarks("Harvey").Range.Select should do the job :)


Cheers,

Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top