C
Casey Mac
Greetings,
What im looking for is a bit of code so that once a selection is made (user
selects text) a macro can be run that displays all the bookmarks in the
current document. The user selects the appropirate bookmark for the
selected text and then that selection gets applied to the selected text as a
hyperlink. ie #bookmark.
Sub Macro1()
ActiveDocument.Hyperlinks.Add Anchor:=Selection.Range, Address:="",
SubAddress:=" ",
End Sub
What im looking for is a bit of code so that once a selection is made (user
selects text) a macro can be run that displays all the bookmarks in the
current document. The user selects the appropirate bookmark for the
selected text and then that selection gets applied to the selected text as a
hyperlink. ie #bookmark.
Sub Macro1()
ActiveDocument.Hyperlinks.Add Anchor:=Selection.Range, Address:="",
SubAddress:=" ",
End Sub