Links to different sheets in a workbook

  • Thread starter Thread starter Shane V
  • Start date Start date
S

Shane V

Greetings,
I have a multi-sheet workbook in Excell 2000. I have an HTML document
that holds related information. I put a link at the top of each spreadsheet
to open the HTML document in the appropriate place for that spreadsheet.
Now I would like to put links in the HTML document to open up the workbook
and go to the appropriate spreadsheet, but I can't find a way to open the
workbook to an individual spreadsheet (I figure using the name is going to
figure, but can't figure out how to do it).

Any ideas??

Thanks,
Shane
 
I don't speak HTML, but maybe:

<a href="file://c:/yourfolder/book1.xls#'sheet 1'!A1">click me</a>
 
Back
Top