Thread: Tab Names
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
intruder9
 
Posts: n/a
Default Tab Names


Try this =MID(CELL("filename"), FIND("]",CELL("filename"))+1,
LEN(CELL("filename"))-FIND("]", CELL("filename")))


--
intruder9
------------------------------------------------------------------------
intruder9's Profile: http://www.excelforum.com/member.php...o&userid=30107
View this thread: http://www.excelforum.com/showthread...hreadid=525536