On 2002-07-07 07:22, em wrote:
How can I get the sheet tab name to show in cell A1 without having to RUN a macro?
On 2002-07-07 08:29, em wrote:
When I add the add-in function is that attached to the file? In other words will anyone who opens this on another computer see the tab name?
em said:Using the below this formula to put sheet name in A1, but sheet names all have a 5 alpha-numeric prefix and I do not want that part of the sheet name. I have been playing with LEFT but haven't had any luck????
MID(CELL("filename"),SEARCH("]",CELL("filename"))+1,LEN(CELL("filename"))-SEARCH("]",CELL("filename")))