G Guest Nov 22, 2003 #1 Is there a function that returns the name of a sheet, like sheet3, that appears on the sheet's tab?
P Peo Sjoblom Nov 22, 2003 #2 If you have saved the workbook =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,32) -- Regards, Peo Sjoblom George L said: Is there a function that returns the name of a sheet, like sheet3, that Click to expand... appears on the sheet's tab?
If you have saved the workbook =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,32) -- Regards, Peo Sjoblom George L said: Is there a function that returns the name of a sheet, like sheet3, that Click to expand... appears on the sheet's tab?