Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Phil Hageman" skrev i melding
... I'm not familiar with this. How would I do it? Open the ThisWorkbook module. Paste this in: Private Sub Workbook_SheetFollowHyperlink(ByVal _ Sh As Object, ByVal Target As Hyperlink) MsgBox Target.Name End Sub Test it. Once you know the prompted Target.Name, say "Go here", rewrite the code to Private Sub Workbook_SheetFollowHyperlink(ByVal _ Sh As Object, ByVal Target As Hyperlink) If Target.Name = "Go here" Then ActiveWindow.Zoom = 60 End If End Sub -- HTH. Best wishes Harald Followup to newsgroup only please |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum Every 4th column in a range tied to a control cell | Excel Worksheet Functions | |||
No range option in format control for combo box | Excel Worksheet Functions | |||
Is it possible to create a dynamic range in CONTROL TOOLBOX (form) | Excel Discussion (Misc queries) | |||
Control for Range | Excel Programming | |||
Control for Range | Excel Programming |