Shape.Hyperlink property (Excel)
Returns a Hyperlink object that represents the hyperlink for the shape.
expression.Hyperlink
expression A variable that represents a Shape object.
This example loads the document attached to the hyperlink on shape one.
Worksheets(1).Shapes(1).Hyperlink.Follow NewWindow:=True
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.