#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 447
Default Excel Footers

I use the same custom footer on all of my spreadsheets. How do I save it to
the preset footer list so that I don't have to re-enter it as custom on all
my spreadsheets?

--
thanks,
Karen
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Excel Footers

You don't.

Couple of ways to go.

Use a macro to set the footers on all sheets of a workbook.

Sub Path_All_Sheets()
Set wkbktodo = ActiveWorkbook
For Each ws In wkbktodo.Worksheets
ws.PageSetup.RightFooter = ActiveWorkbook.FullName & " " & Chr(13) _
& Application.UserName & " " & Date
Next
End Sub

Store in your Personal.xls so's it's available for all open workbooks.

Second method............................

Open a new workbook. Customize as you wish. To set a footer for each sheet,
select a sheet then right-click and "select all sheets".

Enter your footer on the active sheet and will be done to all. Ungroup sheets
when done.

FileSave As Type: scroll down to Excel Template(*.XLT) and select. Name your
workbook "BOOK"(no quotes). Excel will add the .XLT to save as BOOK.XLT.

Store this workbook in the XLSTART folder usually located at........

C:\Documents and Settings\username\Application Data\Microsoft\Excel\XLSTART

This will be the default workbook for FileNew or the Toolbar button FileNew or
CTRL + n

WARNING................Do not use FileNew...Blank Workbook or you will get the
Excel default workbook.

NOTE: Existing workbooks are not affected by these settings.

You can also open a new workbook and delete all but one sheet. Customize as
you wish then save this as SHEET.XLT in XLSTART folder also. It now becomes
the default InsertSheet.

More can be found on this in Help under "templates"(no quotes).


Gord Dibben MS Excel MVP

On Sat, 24 May 2008 07:59:00 -0700, Karen
wrote:

I use the same custom footer on all of my spreadsheets. How do I save it to
the preset footer list so that I don't have to re-enter it as custom on all
my spreadsheets?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to add footnotes (not footers) in Excel? Conni Excel Worksheet Functions 0 May 4th 06 07:37 PM
Excel Worksheet Footers smsellers Setting up and Configuration of Excel 1 December 7th 05 12:14 AM
Footers in Excel Hans New Users to Excel 3 May 19th 05 03:14 PM
Excel Footers alstads Excel Discussion (Misc queries) 1 April 23rd 05 12:58 AM
Excel Footers alstads Excel Discussion (Misc queries) 1 April 13th 05 06:10 PM


All times are GMT +1. The time now is 12:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"