Excel Footers

amberfreed

New Member
Joined
Mar 26, 2008
Messages
19
Hello Everyone,

Does anyone know how to add a permanent footer to all excel documents? I would like file name, path and date to show up on every excel document I print without adding the footer to each individual workbook.

Thank you in advance!!! :biggrin::mad::cool::p

Amber
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
If you add that information to a template workbook called book.xlt in your XLSTART directory, it will apply to any new workbooks you create (unless you specifically use File-> New...-> New Blank Workbook to create them) but you would have to do it manually for all existing workbooks, or write some code to format them, then run the code each time you need it.
You could also create an add-in that trapped the print event for the application and set up the footer as required.
 
Upvote 0
Create of Modify your Book.xlt to include your desired Print Settings. And, of course Store it in your XLStart folder
 
Upvote 0

Forum statistics

Threads
1,215,338
Messages
6,124,349
Members
449,155
Latest member
ravioli44

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top