You would need VBA for that
see:
http://www.mvps.org/dmcritchie/excel/buildtoc.htm#BuildTOC
--
Regards,
Peo Sjoblom
(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
Sorry i wasnt clearer.... this works great for the sheet
im im working with... but list say i want a list of all
the sheets i have in my workbook on my page
For example.... i have 20 tabs and on one sheet i want
the name of all those tabs Any Ideas
-----Original Message-----
One way
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))
+1,34)
note that the workbook has to be saved first
--
Regards,
Peo Sjoblom
(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
message
This might sound like a stupid question but is there a
way
to reference the name of tabs?
For example on one sheet I just want the name of a
different tab in cell A1
=cell("tab") doesn't work
Any ideas?
Ant
.