Occurs when you click any hyperlink in Microsoft Excel. For worksheet-level events, see the Help topic for the FollowHyperlink event.
Syntax
Private Sub Application_SheetFollowHyperlink(ByVal Sh As Object, ByVal Target As Hyperlink)
Syntax
Private Sub Workbook_SheetFollowHyperlink(ByVal Sh As Object, ByVal Target As Hyperlink)
Sh Required Object. The Worksheet object that contains the hyperlink.
Target Required Hyperlink. The Hyperlink object that represents the destination of the hyperlink.