J
JHJ
Is there a way to insert a tab name - or the file name - into a cell? I know
that I can put either in the header or footer.
Thanx,
John J.
that I can put either in the header or footer.
Thanx,
John J.
Paul B said:John, have a look here, http://www.xldynamic.com/source/xld.xlFAQ0002.html
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
CLR said:=MID(CELL("filename"),FIND("]",CELL("filename"),1)+1,99)
Vaya con Dios,
Chuck, CABGx3
JHJ said:Is there a way to insert a tab name - or the file name - into a cell? I know
that I can put either in the header or footer.
Thanx,
John J.
=MID(CELL("filename"),FIND("]",CELL("filename"),1)+1,99)
Vaya con Dios,
Chuck, CABGx3
JHJ said:Is there a way to insert a tab name - or the file name - into a cell? I know
that I can put either in the header or footer.
Thanx,
John J.
Gord Dibben said:Chuck
Have a read at Bob Phillips' site about the dangers of not adding a cell
reference in your formula.
http://www.xldynamic.com/source/xld.xlFAQ0002.html
Gord Dibben MS Excel MVP
=MID(CELL("filename"),FIND("]",CELL("filename"),1)+1,99)
Vaya con Dios,
Chuck, CABGx3
JHJ said:Is there a way to insert a tab name - or the file name - into a cell? I know
that I can put either in the header or footer.
Thanx,
John J.