L
Legacy 185509
Guest
This is this code below
I want to make it like if userclick Cell / which has hyperlink
i
Thank you for help
I want to make it like if userclick Cell / which has hyperlink
i
Code:
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
If Target.Range.Address = "$D$8" Then
'MsgBox "You can run some code if this hyperlink in " & Target.Address & " is clicked"
Call Menuitem1
Exit Sub
End If
Thank you for help