J
Jean-Paul De Winter
Hi,
Is it possible to get the filename of an excel-file into cel A1?
Thanks
Is it possible to get the filename of an excel-file into cel A1?
Thanks
Frank Kabel said:Hi
Use (just insert the formulas as-is. Note: the workbook
has to be saved before)
=MID(CELL("filename",A1),FIND("[",CELL("filename",A1),1)
+1,FIND("]",CELL("filename",A1),1)-FIND("[",CELL
("filename",A1),1)-1)
-----Original Message-----
Hi,
Is it possible to get the filename of an excel-file into cel A1?
Thanks
.