Document.Hyperlinks (Word)
Returns a Hyperlinks collection that represents all the hyperlinks in the specified document.
For information about returning a single member of a collection, see Returning an object from a collection.
If Documents("Home.doc").Hyperlinks.Count >= 2 Then
MsgBox Documents("Home.doc").Hyperlinks(2).Name
End If