Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Right click on the sheet tab of worksheets(1) and put in code like this:
Private Sub Worksheet_SelectionChange(ByVal Target As Range) if Target.column = 1 then worksheets(2).Select worksheets(2).range(target.address).Select End if End Sub -- Regards, Tom Ogilvy "reloader" wrote in message ... Hi All, I would like to solve, that I have an Excel file, and in there two worksheets. If I click in the worksheet(1) for instance in the A3 cell, jump to the worksheet(2) A3 cell. And this function must be automaticly, so I don't want to do hyperlink for 1500 lines. Can anybody help me? Thanks -- reloader ------------------------------------------------------------------------ reloader's Profile: http://www.excelforum.com/member.php...o&userid=27827 View this thread: http://www.excelforum.com/showthread...hreadid=473329 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - disable automatic function | Excel Worksheet Functions | |||
Excel - disable automatic function | Excel Worksheet Functions | |||
How do I remove from excel automatic date function? | New Users to Excel | |||
How to disable the automatic getpivotdata function in excel? | Excel Worksheet Functions | |||
How do I turn off the automatic hyperlink function in Excel? | Excel Worksheet Functions |