Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
One way is to enter the following formula in a spare cell on your sheet, A1, for instance, =MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,FIND("]",CELL("filename",A1))-FIND("[",CELL("filename",A1))-1) which will give you the filename in A1. Then you can reference that cell in your chart title. If you have the morefunc add-in, you could just use =FILENAME(FALSE) instead. Note that the file has to have actually been savedin order to return the filename in the cell. Dave |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Insert Typing field has disappeared | Excel Discussion (Misc queries) | |||
Link from Chart File to Data File / Format Problem | Charts and Charting in Excel | |||
typing inside a pasted chart (jpg)?? | Excel Discussion (Misc queries) | |||
insert file name | Excel Discussion (Misc queries) | |||
insert data into chart | Charts and Charting in Excel |