ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Function to insert current filename into worksheet? (https://www.excelbanter.com/excel-worksheet-functions/186464-function-insert-current-filename-into-worksheet.html)

Ginko

Function to insert current filename into worksheet?
 
Hi

I'd like to know if there is a function that I can use to put the current
fileame into a cell in my worksheet?

Thanks

Learn-more

Function to insert current filename into worksheet?
 
I just learnt this from other helpful people in this Discussion Group. It
will return the latest worksheet name to you, if change "]" to "[" and 1 to
0, then will give you file name and sheet name. See what you wants it and do
a little modification.

=MID(CELL("filename"),FIND("]",CELL("filename"))+1,255)

This is a link they refer to, have a look/
http://www.xldynamic.com/source/xld.xlFAQ0002.html

Hope it helps.


"Ginko" wrote:

Hi

I'd like to know if there is a function that I can use to put the current
fileame into a cell in my worksheet?

Thanks


Dave Peterson

Function to insert current filename into worksheet?
 
And remember that without the range reference:
=CELL("filename",A1)

You'll get the info from worksheet/workbook that is active when excel
recalculates.

Bob goes into more info at the link.

Learn-more wrote:

I just learnt this from other helpful people in this Discussion Group. It
will return the latest worksheet name to you, if change "]" to "[" and 1 to
0, then will give you file name and sheet name. See what you wants it and do
a little modification.

=MID(CELL("filename"),FIND("]",CELL("filename"))+1,255)

This is a link they refer to, have a look/
http://www.xldynamic.com/source/xld.xlFAQ0002.html

Hope it helps.

"Ginko" wrote:

Hi

I'd like to know if there is a function that I can use to put the current
fileame into a cell in my worksheet?

Thanks


--

Dave Peterson


All times are GMT +1. The time now is 04:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com