AppEvents_Event.SheetFollowHyperlink Event
Occurs when you click any hyperlink in Microsoft Excel.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Event SheetFollowHyperlink As AppEvents_SheetFollowHyperlinkEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_SheetFollowHyperlinkEventHandler
AddHandler instance.SheetFollowHyperlink, handler
event AppEvents_SheetFollowHyperlinkEventHandler SheetFollowHyperlink
Remarks
For worksheet-level events, see the FollowHyperlink event.