Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way we can have as a default setting in excel the footer with the
location of the file, number of pages and the date? We want to make sure that ALL of our team's documents have a footer without having to manually do it every time we create a new document. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 in Personal.xls. 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 Fri, 30 May 2008 13:20:04 -0700, fsfiligoi wrote: Is there a way we can have as a default setting in excel the footer with the location of the file, number of pages and the date? We want to make sure that ALL of our team's documents have a footer without having to manually do it every time we create a new document. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Exactly what I was looking for! Thank you so much Gord!!!
"Gord Dibben" wrote: 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 in Personal.xls. 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 Fri, 30 May 2008 13:20:04 -0700, fsfiligoi wrote: Is there a way we can have as a default setting in excel the footer with the location of the file, number of pages and the date? We want to make sure that ALL of our team's documents have a footer without having to manually do it every time we create a new document. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Happy to assist.
Thanks for the feedback. Gord On Mon, 2 Jun 2008 05:21:00 -0700, fsfiligoi wrote: Exactly what I was looking for! Thank you so much Gord!!! "Gord Dibben" wrote: 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 in Personal.xls. 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 Fri, 30 May 2008 13:20:04 -0700, fsfiligoi wrote: Is there a way we can have as a default setting in excel the footer with the location of the file, number of pages and the date? We want to make sure that ALL of our team's documents have a footer without having to manually do it every time we create a new document. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Set some Excel records as a fixed footer on the end of a page | Excel Worksheet Functions | |||
How do I keep fixed and Non-fixed decimals on a sheet together? | Excel Worksheet Functions | |||
drawdown at fixed rate over set period from investment at fixed % | New Users to Excel | |||
Fixed Value | New Users to Excel | |||
keep first row fixed | Excel Worksheet Functions |