S
skyexcel
I am facing this issue, need someone to share how to get the hyperlink
working on excel 2007 if i hide or hidden the worksheet.
working on excel 2007 if i hide or hidden the worksheet.
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
With Sheets("Sheet1")
.Visible = True
.Select
End With
End Sub
Gord Dibben MS Excel MVP
- Show quoted text -