Workbook SheetFollowHyperlink Event

Syntax
Private Sub Workbook_SheetFollowHyperlink(ByVal Sh As Object, ByVal Target As Hyperlink)
Enter Code
End Sub

This event will run code when a user selects a link to follow within any worksheet within this specific workbook. This event will occur after the Worksheet SheetFollowHyperlink Event for the specific worksheet that contains the hyperlink being followed.

Required Parameters
Sh
The sh parameter returns the worksheet that contains the hyperlink selected by the user.  This parameter returns a Worksheet object to allow users to manipulate the events, methods and properties.