I want to reference a sheet name within the spread sheet itself as text. I
know I can do it in a header/footer using the &[tab] function, but I'm
creating a tool that will be seldom printed. Is this possible?
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
In some cell
HTH
GerryK
> I want to reference a sheet name within the spread sheet itself as text. I
> know I can do it in a header/footer using the &[tab] function, but I'm
> creating a tool that will be seldom printed. Is this possible?