Z
ZipCurs
I am trying to do what I assume would be simple. I want to initiate some
code when a hyperlink is clicked. I have put to following code in Sheet1,
which has the hyperlink(s).
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
Sheets("Sheet1").Range("B1") = "It Ran"
End Sub
The hyperlink runs, but never runs the code. I am running Excel 2007.
code when a hyperlink is clicked. I have put to following code in Sheet1,
which has the hyperlink(s).
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
Sheets("Sheet1").Range("B1") = "It Ran"
End Sub
The hyperlink runs, but never runs the code. I am running Excel 2007.