B
busboy10
Hi All,
I want to have hyperlinks to parts within the same worksheet. The
problem is that the reference cell is being displayed wherever it can
first be seen on the screen. What I would like to have happen is that
the cell I am linking to gets displayed in the upper left so it will
be the main focus. I have tried the following code and it doesn't
seem to be catching.
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
Application.Goto reference:=ActiveCell, scroll:=True
End Sub
Any thoughts?
Thanks!
I want to have hyperlinks to parts within the same worksheet. The
problem is that the reference cell is being displayed wherever it can
first be seen on the screen. What I would like to have happen is that
the cell I am linking to gets displayed in the upper left so it will
be the main focus. I have tried the following code and it doesn't
seem to be catching.
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
Application.Goto reference:=ActiveCell, scroll:=True
End Sub
Any thoughts?
Thanks!