View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Hyperlink two sheets in a Excel Workbook

=HYPERLINK("#Sheet2!A" & ROW(),"A" & ROW())

This will jump to Sheet2 column A in the same row as Sheet1
--
Gary''s Student - gsnu200745


"Krishna" wrote:

Hi All,
I am trying to hyperlink two sheets on a common field "CODE".
If the user clicks A2 in sheet1 it should go to A2 in sheet2 likewise A450
in sheet1 to A450 in sheet.
There are like 500 records(rows) in sheet1 and 500 records(rows) in sheet2.
Can anyone please help me in writing a macro.
Thanks,
Krishna