filename

M

MAX258

It depends on where you want to insert the filename, but you can alway
do it in the Header or Footer. Go to File/Page Setup and select th
Header/Footer tab. Select Custom Header, and from the icons choos
"Insert Filename"
 
M

MAX258

This is from Frank Kabel in a response to someone else's post on the
same question in the Excel General forum.

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

I tried it and it works great. Just copy/paste this formula.

Frank also advised that the file has to saved/named before doing this.
 
Top