View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
dhstein dhstein is offline
external usenet poster
 
Posts: 266
Default is it possible to reference a tab name within a cell by formula?

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)


"Emma_D" wrote:

I know I can show the tab name in the footer on a document when I print it,
but is there anyway of showing what the tab name is within the worksheet
itself on the screen?