Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Show where worksheet is saved in the header/footer

I would like to show the path of where the workbook is saved in my computer
in either the header or footer, so that on every page that is printed,
someone else can see the c:/...path and use that to find the documents
location. As well, if I move the excel doc, the path will be updated in the
workbook automatically.

Thank you for all your help in advance

Justyna

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Show where worksheet is saved in the header/footer

One way:

Choose File/Page Setup, and choose Customize Header (Footer) in the
Header/Footer pane. Select the Left, Center, or RIght Header (Footer).

Click the Insert File Path button.


In article ,
Justyna wrote:

I would like to show the path of where the workbook is saved in my computer
in either the header or footer, so that on every page that is printed,
someone else can see the c:/...path and use that to find the documents
location. As well, if I move the excel doc, the path will be updated in the
workbook automatically.

Thank you for all your help in advance

Justyna

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Show where worksheet is saved in the header/footer

I have Excel 2000. The method that you wrote only places the file name and
the file tabs name, not the actual path, eg C:\Documents and
Settings\nrollings\Desktop\Inventory. do u know how I can get this to be
displayed on the print outs

"JE McGimpsey" wrote:

One way:

Choose File/Page Setup, and choose Customize Header (Footer) in the
Header/Footer pane. Select the Left, Center, or RIght Header (Footer).

Click the Insert File Path button.


In article ,
Justyna wrote:

I would like to show the path of where the workbook is saved in my computer
in either the header or footer, so that on every page that is printed,
someone else can see the c:/...path and use that to find the documents
location. As well, if I move the excel doc, the path will be updated in the
workbook automatically.

Thank you for all your help in advance

Justyna


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Show where worksheet is saved in the header/footer

This was added as a built-in feature in xl2002.
File|page setup|header/footer tab|Custom footer (or header)
Click on the icon for the path (and the filename??)
(xl2003 menu system)

If you're not using xl2002+, you may want to try John Walkenbach's AddPath
addin:
http://j-walk.com/ss/excel/files/addpath.htm


Justyna wrote:

I would like to show the path of where the workbook is saved in my computer
in either the header or footer, so that on every page that is printed,
someone else can see the c:/...path and use that to find the documents
location. As well, if I move the excel doc, the path will be updated in the
workbook automatically.

Thank you for all your help in advance

Justyna


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Show where worksheet is saved in the header/footer

I hav Excel 2000, is the link safe to download from or does excel 2000 have
this function build in as well?

"Dave Peterson" wrote:

This was added as a built-in feature in xl2002.
File|page setup|header/footer tab|Custom footer (or header)
Click on the icon for the path (and the filename??)
(xl2003 menu system)

If you're not using xl2002+, you may want to try John Walkenbach's AddPath
addin:
http://j-walk.com/ss/excel/files/addpath.htm


Justyna wrote:

I would like to show the path of where the workbook is saved in my computer
in either the header or footer, so that on every page that is printed,
someone else can see the c:/...path and use that to find the documents
location. As well, if I move the excel doc, the path will be updated in the
workbook automatically.

Thank you for all your help in advance

Justyna


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Show where worksheet is saved in the header/footer

Excel 2002 was first version to have the fullpath feature, as Dave noted.

John's Addpath is safe to download and install.

You could also use a macro.

Sub PathInFooter()
ActiveSheet.PageSetup.RightFooter = ActiveWorkbook.FullName & " " & _
ActiveSheet.Name
End Sub


Gord Dibben MS Excel MVP

On Tue, 4 Sep 2007 08:38:02 -0700, Justyna
wrote:

I hav Excel 2000, is the link safe to download from or does excel 2000 have
this function build in as well?

"Dave Peterson" wrote:

This was added as a built-in feature in xl2002.
File|page setup|header/footer tab|Custom footer (or header)
Click on the icon for the path (and the filename??)
(xl2003 menu system)

If you're not using xl2002+, you may want to try John Walkenbach's AddPath
addin:
http://j-walk.com/ss/excel/files/addpath.htm


Justyna wrote:

I would like to show the path of where the workbook is saved in my computer
in either the header or footer, so that on every page that is printed,
someone else can see the c:/...path and use that to find the documents
location. As well, if I move the excel doc, the path will be updated in the
workbook automatically.

Thank you for all your help in advance

Justyna


--

Dave Peterson


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Show where worksheet is saved in the header/footer

It's safe (but why would you believe me if you don't trust the link???)

And that feature was added in xl2002.

Justyna wrote:

I hav Excel 2000, is the link safe to download from or does excel 2000 have
this function build in as well?

"Dave Peterson" wrote:

This was added as a built-in feature in xl2002.
File|page setup|header/footer tab|Custom footer (or header)
Click on the icon for the path (and the filename??)
(xl2003 menu system)

If you're not using xl2002+, you may want to try John Walkenbach's AddPath
addin:
http://j-walk.com/ss/excel/files/addpath.htm


Justyna wrote:

I would like to show the path of where the workbook is saved in my computer
in either the header or footer, so that on every page that is printed,
someone else can see the c:/...path and use that to find the documents
location. As well, if I move the excel doc, the path will be updated in the
workbook automatically.

Thank you for all your help in advance

Justyna


--

Dave Peterson


--

Dave Peterson
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
show header/footer suresh Excel Discussion (Misc queries) 2 July 23rd 07 11:44 AM
How do I view the header/footer when working on a worksheet june Excel Discussion (Misc queries) 2 September 22nd 06 06:48 PM
Formula for Last Saved on outside of Header/Footer Kempster Excel Worksheet Functions 1 August 4th 05 03:38 PM
Header or Footer to show up on multiple sheets in a document Holly Domine Excel Worksheet Functions 1 May 23rd 05 06:17 PM
Landscape worksheet with portrait header/footer SNOWED-IN Excel Discussion (Misc queries) 3 April 11th 05 05:18 AM


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