Address Property

Read-only. A String value. Represents a path to the file or URL to which the hyperlink points.

Applies to: Hyperlink object

Syntax

[[Set] addressRet =] object.Address

The Address property syntax has these parts:

Part Description
object Required. An expression that returns a Hyperlink object.
addressRet Optional. A String type variable.

Remarks

This property is efficient if the hyperlink has the type cdLinkToFile or cdLinkToURL (the LinkType property).

 

See Also

AddHyperlinkToDocument method, AddHyperlinkToFile method, AddHyperlinkToURL method