S
Scott
I want to insert the worksheet name into a cell (not into
the header or footer).
Some have suggested:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))
+1,34)
=MID(CELL("filename",A1), FIND("]", CELL("filename",A1))
+1, 255)
but I can't get these to work. Help!!
the header or footer).
Some have suggested:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))
+1,34)
=MID(CELL("filename",A1), FIND("]", CELL("filename",A1))
+1, 255)
but I can't get these to work. Help!!