C
Curtis
I believe there is a way to name a cell in a worksheet to equal the worksheet
name but I cannot recall
Is there?
Thanks
name but I cannot recall
Is there?
Thanks
Jacob Skaria said:Try
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,99)
If this post helps click Yes
---------------
Jacob Skaria
Curtis said:I believe there is a way to name a cell in a worksheet to equal the worksheet
name but I cannot recall
Is there?
Thanks
Eduardo said:Hi,
for the worksheet name use Jacob suggestion if you want the workbook name use
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1,FIND("]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1)
Curtis said:I believe there is a way to name a cell in a worksheet to equal the worksheet
name but I cannot recall
Is there?
Thanks