LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Automatic function in Excel

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel - disable automatic function ekonomija Excel Worksheet Functions 4 January 12th 08 09:43 PM
Excel - disable automatic function ekonomija Excel Worksheet Functions 2 January 11th 08 07:09 AM
How do I remove from excel automatic date function? Need Help New Users to Excel 2 September 14th 07 06:42 PM
How to disable the automatic getpivotdata function in excel? [email protected] Excel Worksheet Functions 0 September 6th 07 01:54 PM
How do I turn off the automatic hyperlink function in Excel? l_mease Excel Worksheet Functions 1 June 9th 05 04:59 PM


All times are GMT +1. The time now is 09:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"