![]() |
Fixed Footer
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. |
Fixed 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 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. |
Fixed Footer
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. |
Fixed Footer
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. |
All times are GMT +1. The time now is 02:42 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com