Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
is there a way to hyperlink from one workbook to a specific worksheet in
another workbook. Gord Dibben had this as a solution which works fine. Private Sub Worksheet_BeforeDoubleClick(ByVal _ Target As Range, Cancel As Boolean) Const WS_RANGE As String = "A1:A80" If Not Intersect(Target, Me.Range(WS_RANGE)) Is Nothing Then Workbooks.Open Filename:= _ "C:\Program Files\Microsoft Office\Exceldata\Book1.xls" ActiveWorkbook.Sheets(Target.Value).Activate End If End Sub Gord, Would there be a way I can look for a value say in cell C2 on each sheet rather than the tab name. Thanks Bill Kuunders NZ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
For Gord or other: dynamic comment | Excel Discussion (Misc queries) | |||
Navigation Toolbar help- Gord Dibben | Excel Discussion (Misc queries) | |||
Filter or sumproduct (Question for Gord Dibben) | Excel Discussion (Misc queries) | |||
Question for Gord D | Excel Discussion (Misc queries) | |||
A question for Gord Dibben | Excel Discussion (Misc queries) |