View Single Post
  #2   Report Post  
Bob Tarburton
 
Posts: n/a
Default


Mark

Filename
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,(FIND("]",CELL("filename",A1))+1)-FIND("[",CELL("filename",A1))-2)

Sheet name
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1),1)+1,255)

Full Address
=CELL("filename",A1)

Bob

On Tue, 03 May 2005 11:42:28 -0500, Mark wrote:

Hi,
Is there a way to program a cell to see and display the current name
of it's Excel file? Similar to the option displaying it in the header
or footer, I would like to display the file name in a cell of the
spreadsheet itself.
Any help would be appreciated.
Thanks in advance,
Mark