Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OK. I looked this up and got the answer I was looking for (see code below)
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink) TmpRef = Chr(ActiveCell.Column + 64) & ActiveCell.Row If Not Intersect(Target.Parent, Range(TmpRef)) Is Nothing Then Call Unhide_Sheet End If End Sub This all works fine and I have now started using the functionality when building spreadsheets. My problem comes when users of Excel 97 (I use 2000) take the same spreadsheets and try to run the hyperlinks. The macro does not work. I this because the code is not supported in Excel 97? Please help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Intra-workbook hyperlink: macro/function to return to hyperlink ce | Excel Discussion (Misc queries) | |||
Macro to Copy Hyperlink to another file as a HYPERLINK, not text... | Excel Programming | |||
Running a macro from a hyperlink | Excel Programming | |||
running a VBA sub from a hyperlink | Excel Programming | |||
Launch Macro in Access via Macro running in Excel??? | Excel Programming |