Hi erveryone,
I have VBA code in Word 2003 that creates a bookmark and adds a hyperlink of
it at the beginning of the document. As the bookmark name is known, how can I
go back to the bookmark?
Any thoughts would be greatly appreciated. Thanks.
Doug Robbins - Word MVP - 20 Mar 2008 11:34 GMT
ActiveDocument.Bookmarks("nameknownbookmark").Range.Select

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi erveryone,
> I have VBA code in Word 2003 that creates a bookmark and adds a hyperlink
[quoted text clipped - 4 lines]
>
> Any thoughts would be greatly appreciated. Thanks.