![]() |
Custom Footer
Hi, I hope someone can help.
I am trying to put a custom footer in an excel spreadsheet giving the filename and the path but it seems that I can only put the filename without the path. Do I have to live with this? Thanks, Andrew. |
Custom Footer
&[Path]&[File]
but there should already be a button for this -- Gary's Student "Andrew Mackenzie" wrote: Hi, I hope someone can help. I am trying to put a custom footer in an excel spreadsheet giving the filename and the path but it seems that I can only put the filename without the path. Do I have to live with this? Thanks, Andrew. |
Custom Footer
Try this
When you choose custom Footer make sure to click on the folder icon and not the Excel icon. Regards Sam "Andrew Mackenzie" wrote: Hi, I hope someone can help. I am trying to put a custom footer in an excel spreadsheet giving the filename and the path but it seems that I can only put the filename without the path. Do I have to live with this? Thanks, Andrew. |
Custom Footer
I use:
Sub pathinfooter() ActiveSheet.PageSetup.RightFooter = "&08 &" & Chr(34) & _ "Times New Roman" & Chr(34) & _ ActiveWorkbook.FullName & " " & ActiveSheet.Name End Sub In a standard module of my Personal.xls file - Also a Custom Button on My toolbar runs "pathinfotter" when I need it. "Andrew Mackenzie" wrote in message : Hi, I hope someone can help. I am trying to put a custom footer in an excel spreadsheet giving the filename and the path but it seems that I can only put the filename without the path. Do I have to live with this? Thanks, Andrew. |
All times are GMT +1. The time now is 11:28 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com