LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default How to save a custom made header&footer

You would have to re-create the custom header/footer on a workbook basis.

Open an existing workbook.

Select all sheets by right-clicking on a sheet tab and "select all sheets"

Create your footer/header on the active sheet and it will be done to all sheets.

DO NOT FORGET to ungroup the sheets when done.

Alternative.....have a macro in your Personal.xls or an add-in and run that
macro on each existing 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

Adapt the macro to your needs.


Gord


On Thu, 29 Jun 2006 07:51:01 -0700, HeintjeHB
wrote:

Thanks for that, but is there any possibility to insert custom made headers &
footers to sheets that are allready been filled out?

"Gord Dibben" wrote:

Open a new workbook. Customize as you wish, including your footer. 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

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 Excel MVP


On Thu, 29 Jun 2006 06:40:02 -0700, HeintjeHB
wrote:

I´m trying to save a custom made header & footer because I´m useing it in
multiple worksheets and it is repeating the whole time.

Can somebody tell me, how I could save my header & footer?

It contains a picture and adress lines.


Gord Dibben MS Excel MVP


 
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
Custom made default scatter plot only works for one session JustBob Charts and Charting in Excel 0 May 3rd 06 07:39 PM
Save as Msg box Bob Umlas, Excel MVP Excel Discussion (Misc queries) 0 August 29th 05 09:56 PM
How do I save a custom toolbar? Art Kaufman Excel Discussion (Misc queries) 4 April 3rd 05 08:13 PM
Save prompt when no changes made Fred Smith Excel Discussion (Misc queries) 3 January 27th 05 11:42 PM
i made change in a current workbook and accidentally save it, can. angel Excel Discussion (Misc queries) 1 January 4th 05 01:11 AM


All times are GMT +1. The time now is 04:00 PM.

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"