hyperlinking files

  • Thread starter Thread starter fullymooned
  • Start date Start date
F

fullymooned

I need to hyperlink a cell to another excel file. However instead o
merely hyperlinking I need to link it to a particular tab in the file.

Workbook1.xls#Sheet1!A5 doesnt work it says refecence is not valid


Thank yo
 
How about one of these that David McRitchie has posted:

=HYPERLINK("#"&CELL("address",C5),C5)
=HYPERLINK("#"&CELL("address",sheetone!C5),sheetone!C5)
=HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)
 
Back
Top