Range.Hyperlinks Property
Word Developer Reference |
Returns a Hyperlinks collection that represents all the hyperlinks in the specified range. Read-only.
Syntax
expression.Hyperlinks
expression A variable that represents a Range object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example displays the name of every hyperlink in the first ten paragraphs in the active document.
Visual Basic for Applications |
---|
|
See Also