Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
not sure about that, but you can put the filename in a custom header or
footer for printing "Leer587" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 "Leer587" wrote: 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See http://www.xldynamic.com/source/xld.xlFAQ0002.html
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "Leer587" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to use a cell to enter a filename in a formula | Excel Worksheet Functions | |||
substitute the filename in a cell reference with a string in another cell. | Excel Discussion (Misc queries) | |||
cell filename | Excel Discussion (Misc queries) | |||
How do I use a cell value as the filename in an external link? | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions |