Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Printing / November 2003

Tip: Looking for answers? Try searching our database.

footer

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Burt - 18 Nov 2003 16:48 GMT
I would like to be able to automatically print the path of an excel document
in the footer.On an older version of excel, now using 2000 I could click on
an icon in the custom footer box and this would occur. I cannot find the
icon or can I find a way to set it up.
Thanks
Paul B - 18 Nov 2003 18:05 GMT
Burt, you can do it with a macro like this, put in this workbook code

Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftFooter = ActiveWorkbook.FullName
End Sub
Signature

Paul B
Always backup your data before trying something new
Using Excel 97 & 2000
Please post any response to the newsgroups so others can benefit from it
** remove news from my email address to reply by email **

> I would like to be able to automatically print the path of an excel document
> in the footer.On an older version of excel, now using 2000 I could click on
> an icon in the custom footer box and this would occur. I cannot find the
> icon or can I find a way to set it up.
> Thanks

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.