Syntax
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
Enter
Code
End Sub
This event occurs when you click any
hyperlink on a worksheet. For application- and workbook-level events, see the
SheetFollowHyperlink event and SheetFollowHyperlink event.
Required Parameters
Target
A Hyperlink object that represents the
destination of the hyperlink.