How do I copy File Path?? Excel

J

Jenel

I want to make a list of all of the file paths for my reports and can't seem
to figure out how to copy the file path to paste it onto a Word document.
I've tried copying from a few different areas to no avail.

Thanks
 
G

Gary''s Student

In some cell enter:

=cell("filename",a1)

this will display the path, the filename, and the sheetname.
 
Top