![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 4
|
Is there a procedure to input a Filename into a cell. I want to see the filename in some cell, not in the footer/header.
Is there some function that I'm not aware of? Thanks |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Calgary, Alberta Canada
Posts: 2,065
|
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 ] |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: Hellas
Posts: 553
|
Hello
Try the cell function with infotype :"filename" |
|
|
|
|
|
#4 |
|
New Member
Join Date: May 2002
Posts: 4
|
Pretty easy, thanks!!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|