Hyperlink Property

Microsoft Office Web Components Object Model

Hyperlink Property

       

PivotAxisMember, PivotColumnMember, PivotDetailCell, PivotPageMember, and PivotRowMember objects: Returns a PivotHyperlink object that represents the hyperlink for the specified object.

Range object: Returns a Hyperlink object that represents the hyperlink for the specified range.

expression.Hyperlink

expression   Required. An expression that returns one of the object in the Applies To list.

Example

This example resolves the hyperlink in cell B15 on the active worksheet, downloads the target document, and then displays the document.

Spreadsheet1.ActiveSheet.Range("b15").Hyperlink.Follow