Automated Footer

S

SUE R

Is it possible to insert a footer in an Excel document so that it appears on
all new worksheets I open?
 
D

Dave Peterson

Start a new workbook. Do all the stuff you like for each worksheet in that
workbook.

Save it as a template file named book.xlt in your XLStart folder.

Each time you click on the new icon on the standard toolbar, that new workbook
will inherit all the settings from that template file.

If you want new worksheets added to existing workbooks to have these same
settings, set up another workbook template file (one sheet only???) and name it
sheet.xlt. Save it in the same XLStart folder.
 
B

Bernard Liengme

Start a new workbook
Enter the details needed in Footer
Save workbook as SHEET.XLT in the XLStart folder
best wishes
 
B

Bernard Liengme

Possible place if you have Excel 2003
C:\Documents and Settings\username\Application Data\Microsoft\Excel
C:\Program Files\Microsoft Office\Office11
best wishes
 
D

Dave Peterson

One way is let excel tell you:

Open excel
hit alt-f11 (to get to the VBE)
hit ctrl-g (to see the immediate window)

type this and hit enter.
?application.startuppath

For me (xl2003 and winXP):
C:\Documents and Settings\(username)\Application Data\Microsoft\Excel\XLSTART
 
Top