how can I display the tab name of a woork sheet in a cell of the sam workshet
D Dave Peterson Dec 1, 2005 #2 The workbook has to be saved for this to work: =MID(CELL("filename",a1),FIND("]",CELL("filename",a1))+1,255)
The workbook has to be saved for this to work: =MID(CELL("filename",a1),FIND("]",CELL("filename",a1))+1,255)