Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 754 Bytes

File metadata and controls

37 lines (22 loc) · 754 Bytes
title Hyperlink.SubAddress property (Excel)
keywords vbaxl10.chm536077
f1_keywords
vbaxl10.chm536077
api_name
Excel.Hyperlink.SubAddress
ms.assetid e83633c1-66b7-02f1-0e05-0397dc4f41ae
ms.date 04/26/2019
ms.localizationpriority medium

Hyperlink.SubAddress property (Excel)

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

Syntax

expression.SubAddress

expression A variable that represents a Hyperlink object.

Example

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

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

[!includeSupport and feedback]