Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to make a table of contents that will refrence the spreadsheet tabs
insert them into the TOC worksheet and hyperlink them automatically to their corresponing sheet. This needs to work for any amount of spreadsheets. thanks a bunch guys for your help. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
use the HYPERLINK() function. eg: say in book 'my book.xls' one titlle is cell B2 of sheet3 in the main sheet, enter: =HYPERLINK("[my book.xls]sheet3!a1", sheet3!B2) regards, sebastien "JakeR" wrote: I want to make a table of contents that will refrence the spreadsheet tabs insert them into the TOC worksheet and hyperlink them automatically to their corresponing sheet. This needs to work for any amount of spreadsheets. thanks a bunch guys for your help. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jake
Try David McRitchie's TOC coding. http://www.mvps.org/dmcritchie/excel/buildtoc.htm Gord Dibben Excel MVP On Thu, 30 Sep 2004 14:55:03 -0700, "JakeR" wrote: I want to make a table of contents that will refrence the spreadsheet tabs insert them into the TOC worksheet and hyperlink them automatically to their corresponing sheet. This needs to work for any amount of spreadsheets. thanks a bunch guys for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
concatenate contents of cells whose contents resemble cell referem | Excel Worksheet Functions | |||
compare the contents of one range of cells with the contents of a. | Excel Discussion (Misc queries) | |||
Macro to remove contents of cell and move all other contents up one row | Excel Discussion (Misc queries) | |||
Cell contents vs. Formula contents | Excel Discussion (Misc queries) | |||
Copying cell contents to add to existing contents in another cell | Excel Programming |