Using the Follow method of the Hyperlink object(user selecting the hyperlink in the Excel application) : Hyperlinks « Excel « VBA / Excel / Access / Word






Using the Follow method of the Hyperlink object(user selecting the hyperlink in the Excel application)

 
Sub followLink()
    Worksheets("Sheet3").Hyperlinks(1).Follow
End Sub

 

Related examples in the same category

1.Creates a hyperlink to each worksheet in the workbook excluding the worksheet containing rgLinks.