Hyperlink.SubAddress Property
Word Developer Reference |
Returns or sets a named location in the destination of the specified hyperlink. Read/write String.
Syntax
expression.SubAddress
expression An expression that returns a Hyperlink object.
Remarks
The named location can be a bookmark in a Microsoft Word document, a named cell or cell reference in a Microsoft Excel worksheet, a named object in a Microsoft Access database, or a slide number in a Microsoft PowerPoint presentation.
Example
This example displays the subaddress of the selected hyperlink.
Visual Basic for Applications |
---|
|
This example adds a hyperlink to the selection in the active document, sets the hyperlink destination and subaddress, and then displays them in a message box.
Visual Basic for Applications |
---|
|
See Also