How can the insertion point be relocated in a Word document to where it finds a hyperlink? E.g. I would like to add some text after each hyperlink in a document. So I traverse the hyperlinks using
For each hLink in Selection.Hyperlinks
But when I try to reference hLink.Range it says that property is not defined.
Any ideas?