I am using the following code to execute code one the hyperlink is selected:
Everything works great, but when I start a new worksheet in the same workbook, I have to copy the code over to the new worksheet in VBA. Is there any way to use this code for ALL worksheets without having to copy it into every worksheet in VBA?![]()
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
Bookmarks