Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Print file name to all files from excel?

Hi folks. I want to setup excel to print the file name on all the files
that I print from it. Is there a way to do that? Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Print file name to all files from excel?

If you mean "print the filename on all *print jobs*", you can set the
header or footer to include the filename, among other things.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Print file name to all files from excel?

Open a new workbook. Customize as you wish.
Note: you can set all sheet footers at the same time by "grouping" the sheets.
Right-click on a sheet tab and "select all sheets". Set up a footer on the
active sheet and will be done to all. Ungroup when setup is complete.

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

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

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

Or you could use a macro which you could store in Personal.xls file so it is
available for all open workbooks.

Sub PathInFooter()
ActiveSheet.PageSetup.RightFooter = ActiveWorkbook.Name
End Sub


Gord Dibben Excel MVP

On 20 Dec 2006 07:03:48 -0800, "ridergroov" wrote:

Hi folks. I want to setup excel to print the file name on all the files
that I print from it. Is there a way to do that? Thanks.


Gord Dibben MS Excel MVP
  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Print file name to all files from excel?

Very nice post Gord............

Vaya con Dios,
Chuck, CABGx3



"Gord Dibben" wrote:

Open a new workbook. Customize as you wish.
Note: you can set all sheet footers at the same time by "grouping" the sheets.
Right-click on a sheet tab and "select all sheets". Set up a footer on the
active sheet and will be done to all. Ungroup when setup is complete.

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

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

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

Or you could use a macro which you could store in Personal.xls file so it is
available for all open workbooks.

Sub PathInFooter()
ActiveSheet.PageSetup.RightFooter = ActiveWorkbook.Name
End Sub


Gord Dibben Excel MVP

On 20 Dec 2006 07:03:48 -0800, "ridergroov" wrote:

Hi folks. I want to setup excel to print the file name on all the files
that I print from it. Is there a way to do that? Thanks.


Gord Dibben MS Excel MVP

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Print file name to all files from excel?

Thanks, Chuck

Gord

On Wed, 20 Dec 2006 10:03:01 -0800, CLR wrote:

Very nice post Gord............

Vaya con Dios,
Chuck, CABGx3



"Gord Dibben" wrote:

Open a new workbook. Customize as you wish.
Note: you can set all sheet footers at the same time by "grouping" the sheets.
Right-click on a sheet tab and "select all sheets". Set up a footer on the
active sheet and will be done to all. Ungroup when setup is complete.

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

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

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

Or you could use a macro which you could store in Personal.xls file so it is
available for all open workbooks.

Sub PathInFooter()
ActiveSheet.PageSetup.RightFooter = ActiveWorkbook.Name
End Sub


Gord Dibben Excel MVP

On 20 Dec 2006 07:03:48 -0800, "ridergroov" wrote:

Hi folks. I want to setup excel to print the file name on all the files
that I print from it. Is there a way to do that? Thanks.


Gord Dibben MS Excel MVP


Gord Dibben MS Excel MVP
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
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Excel file with hyperlinks takes a long time to open over the network Didier P Links and Linking in Excel 3 July 4th 06 04:39 PM
How do I print a whole excel file in colour when the default is mo Chris C Excel Discussion (Misc queries) 11 March 23rd 06 07:47 AM
VBA for Excel 2000 file is corrupt nkamp Excel Discussion (Misc queries) 0 May 26th 05 03:37 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM


All times are GMT +1. The time now is 09:07 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"