SubAddress Property [Excel 2003 VBA Language Reference]

Returns or sets the location within the document associated with the hyperlink. Read/write String.

Example

This example topic adds a range location to the hyperlink for shape one.

Worksheets(1).Shapes(1).Hyperlink.SubAddress = "A1:B10"

Applies to | Hyperlink Object