ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Full path in custom footer. How? (https://www.excelbanter.com/excel-programming/277489-re-full-path-custom-footer-how.html)

Rafael Ortiz

Full path in custom footer. How?
 
You can download and use this free add-in:

http://j-walk.com/ss/excel/files/addpath.htm

MRO


"Don Wiss" wrote in message
...
I'm using Excel 97. I know I can put =CELL("filename") in a cell, and then
have a macro assign that to the footer, but is there an & keyword that

will
return the full path without this kludge? Knowing that &[File] returns the
file name, I tried words like Filename, Path, and Pathname, but to no
avail.

Don <donwiss at panix.com.




Don Wiss

Full path in custom footer. How?
 
On Thu, 18 Sep 2003, Rafael Ortiz wrote:

Don Wiss wrote:


I'm using Excel 97. I know I can put =CELL("filename") in a cell, and then
have a macro assign that to the footer, but is there an & keyword that will
return the full path without this kludge? Knowing that &[File] returns the
file name, I tried words like Filename, Path, and Pathname, but to no
avail.


You can download and use this free add-in:

http://j-walk.com/ss/excel/files/addpath.htm


A little overkill. What I forgot to mention is we also want the name of the
sheet after the full filename. Since we generally print using macros I
ended up added these two lines around the printout line.

ActiveSheet.PageSetup.LeftFooter = ActiveWorkbook.FullName & "[" & ActiveSheet.Name & "]"
ActiveSheet.Printout
ActiveSheet.PageSetup.LeftFooter = "&F[&A]"

I set it back to the default, as it is possible for someone to save under a
new name, and then print without the macro. In such cases they would get the
wrong path.

Don <donwiss at panix.com.


All times are GMT +1. The time now is 03:17 AM.

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