FollowHyperlink Event

See Also         Example         Applies To

Occurs when you click any hyperlink on a worksheet. For application- and workbook-level events, see the SheetFollowHyperlink event.

Syntax

Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)

Target   Required Hyperlink. A Hyperlink object that represents the destination of the hyperlink.