How can I place the current worksheet name into cell A1?
R RagDyeR Dec 17, 2005 #3 The WB *must* be saved for this to return the sheet name. =MID(CELL("filename",A1), FIND("]", CELL("filename", A1))+ 1, 255) -- HTH, RD ===================================================== Please keep all correspondence within the Group, so all may benefit! ===================================================== How can I place the current worksheet name into cell A1?
The WB *must* be saved for this to return the sheet name. =MID(CELL("filename",A1), FIND("]", CELL("filename", A1))+ 1, 255) -- HTH, RD ===================================================== Please keep all correspondence within the Group, so all may benefit! ===================================================== How can I place the current worksheet name into cell A1?
B Barb Reinhardt Dec 17, 2005 #4 Try this =MID(CELL("filename",A1),SEARCH("]",CELL("filename",A1),1)+1,LEN(CELL("filename",A1))-SEARCH("]",CELL("filename",A1)))
Try this =MID(CELL("filename",A1),SEARCH("]",CELL("filename",A1),1)+1,LEN(CELL("filename",A1))-SEARCH("]",CELL("filename",A1)))
B Bob Phillips Dec 17, 2005 #5 See http://www.xldynamic.com/source/xld.xlFAQ0002.html -- HTH Bob Phillips (remove nothere from email address if mailing direct)
See http://www.xldynamic.com/source/xld.xlFAQ0002.html -- HTH Bob Phillips (remove nothere from email address if mailing direct)