Hey
I have followed all the coding for the podcast 1729 but am getting an error:
Runtime Error #9
Subscript out of range
using the following code
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
LinkTo = Target.SubAddress
WhereBang = InStr(1, LinkTo, "!")
If...