Hyperlink Property

Microsoft Office Web Components Visual Basic

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