I have a number of sheets in a workbook.
For printing purposes I'm trying to pick up the name of the worksheet
in A1.
The formula I'm using is... in A1...
=MID(CELL("filename"),SEARCH("]",CELL("filename"))+1,LEN(CELL("filenam
e"))-SEARCH("]",CELL("filename"))+1)
I have a sheet named groceries and one named School.
Now comes the tricky bit.
I put that in A1 in worksheet Groceries... The cell says "Groceries".
Then I put that in A1 in worksheet School... The cell says "School".
Now I go back to worksheet Groceries.