I was trying to use Workbook_SheetFollowHyperlink() to trigger a macro if the user clicks the hyperlink.
However, this Workbook_SheetFollowHyperlink macro is to be inserted on a sheet-level, not on the module level.
Is there any way that I can programmatically add this Workbook_SheetFollowHyperlink macro to every sheet? The reason is, I create these sheets on the fly using VBA, and the number of sheets and their names are not known in advance beforehand.