Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
BBZ BBZ is offline
external usenet poster
 
Posts: 3
Default Excel Header and Footer

How to apply a customized header and footer to all other files and new
workbooks ?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Excel Header and Footer

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).

Alternative for existing workbooks could be a macro.

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

Edit to suit


Gord Dibben Excel MVP

On Tue, 29 Jul 2008 01:08:06 -0700, BBZ
wrote:

How to apply a customized header and footer to all other files and new
workbooks ?


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
Excel graph header and footer NT[_2_] Excel Discussion (Misc queries) 1 October 23rd 07 04:04 PM
header & Footer in excel Mona Excel Discussion (Misc queries) 0 September 5th 06 02:18 PM
Excel Header and Footer Dhinesh Excel Discussion (Misc queries) 4 February 23rd 06 10:59 PM
Can I use a header or footer more than 255 characters in Excel? Jin Qingfeng Excel Worksheet Functions 0 December 15th 05 02:22 AM
excel footer / header help Jason - MR New Users to Excel 4 July 15th 05 08:01 PM


All times are GMT +1. The time now is 07:27 PM.

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

About Us

"It's about Microsoft Excel"