| title | Hyperlink.SubAddress property (Excel) | |
|---|---|---|
| keywords | vbaxl10.chm536077 | |
| f1_keywords |
|
|
| api_name |
|
|
| ms.assetid | e83633c1-66b7-02f1-0e05-0397dc4f41ae | |
| ms.date | 04/26/2019 | |
| ms.localizationpriority | medium |
Returns or sets the location within the document associated with the hyperlink. Read/write String.
expression.SubAddress
expression A variable that represents a Hyperlink object.
This example topic adds a range location to the hyperlink for shape one.
Worksheets(1).Shapes(1).Hyperlink.SubAddress = "A1:B10"[!includeSupport and feedback]