Hyperlink Property

Microsoft Excel Visual Basic

Hyperlink Property

       

Returns a Hyperlink object that represents the hyperlink for the shape.

Example

This example loads the document attached to the hyperlink on shape one.

Worksheets(1).Shapes(1).Hyperlink.Follow NewWindow:=True