filename in Cell

G

Guest

I have created a huge excel spreadsheet and will print it out. But before
doing so, I would like to insert a filename in a cell on this spreadsheet to
make reference where the actual file is residing in the server. I could do
this manually, but I thought Excel can do it auto via "Filename".

Thanks.
Leer587
 
G

Guest

not sure about that, but you can put the filename in a custom header or
footer for printing
 
G

Guest

A new file must first be saved..........then,

=CELL("filename",A1)

or, if you don't want the SheetName included......

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


Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top