G
Guest
How would I have the name of the spreadsheet tab (on the bottom) to
automatically appear in a cell field on the spreadsheet?
automatically appear in a cell field on the spreadsheet?
John Bundy said:After saving the workbook
=RIGHT(CELL("filename"),(LEN(CELL("filename"))-FIND("]",CELL("filename"))))
--
-John
Please rate when your question is answered to help us and others know what
is helpful.
jygong said:How would I have the name of the spreadsheet tab (on the bottom) to
automatically appear in a cell field on the spreadsheet?
This is exactly what I was looking for. Thank you.
JamesI
John Bundy said:After saving the workbook
=RIGHT(CELL("filename"),(LEN(CELL("filename"))-FIND("]",CELL("filename"))))
--
-John
Please rate when your question is answered to help us and others know what
is helpful.
jygong said:How would I have the name of the spreadsheet tab (on the bottom) to
automatically appear in a cell field on the spreadsheet?