Hyperlink

L

Lam Roy

Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
Worksheets(Left(Target.SubAddress, InStr(1, Target.SubAddress, "!") - 1)).Visible = xlSheetVisible
Application.EnableEvents = False
Target.Follow
Application.EnableEvents = True
End Sub



Daniell wrote:

Hyperlink
01-Aug-08

Is it possible to hyperlink to a hidden worksheet?

Previous Posts In This Thread:

Hyperlink
Is it possible to hyperlink to a hidden worksheet?

I don't think so - if you could, then where would your cursor be?
I do not think so - if you could, then where would your cursor be

Pet

wrote:


Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Custom Validation Using the Enterprise Library
http://www.eggheadcafe.com/tutorial...c-33ef1ec7d1a3/wpf-custom-validation-usi.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top