Put the following in the cell where you want to show the filename.
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)+1,FIND("]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1)
Notes:
1. The file must be saved with a name.
2. The reference to a cell A1 is required.
This message was edited by Dave Patton on 2002-05-08 13:00