Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bill_morgan_3333
 
Posts: n/a
Default Footer - FileName and Path

Friends,

Is there a way to insert not only the file name but also the path into an
Excel Worksheet footer (like you can in Word)?

Thanks,

Bill Morgan


  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

This code, placed in the ThisWorkbook code module, automatically picks up
the cell value when printing.

Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftFooter = Activeworkbook.FullName
End Sub

--

HTH

RP
(remove nothere from the email address if mailing direct)


"bill_morgan_3333" wrote in
message ...
Friends,

Is there a way to insert not only the file name but also the path into an
Excel Worksheet footer (like you can in Word)?

Thanks,

Bill Morgan




  #3   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
see:
http://www.mcgimpsey.com/macoffice/e...einfooter.html

--
Regards
Frank Kabel
Frankfurt, Germany
"bill_morgan_3333" schrieb im
Newsbeitrag ...
Friends,

Is there a way to insert not only the file name but also the path into an
Excel Worksheet footer (like you can in Word)?

Thanks,

Bill Morgan




  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

Bill

Also FYI

If you are running Excel 2002 or 2003 there is a button for entering the full
path into a footer/header in the header/footer Custom setup dialog.

Gord Dibben Excel MVP

On Thu, 30 Dec 2004 00:20:45 +0100, "Frank Kabel"
wrote:

Hi
see:
http://www.mcgimpsey.com/macoffice/e...einfooter.html

--
Regards
Frank Kabel
Frankfurt, Germany
"bill_morgan_3333" schrieb im
Newsbeitrag ...
Friends,

Is there a way to insert not only the file name but also the path into an
Excel Worksheet footer (like you can in Word)?

Thanks,

Bill Morgan


  #5   Report Post  
bill_morgan_3333
 
Posts: n/a
Default

Thanks, Bob. I'll put this to work.

"Bob Phillips" wrote:

This code, placed in the ThisWorkbook code module, automatically picks up
the cell value when printing.

Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftFooter = Activeworkbook.FullName
End Sub

--

HTH

RP
(remove nothere from the email address if mailing direct)


"bill_morgan_3333" wrote in
message ...
Friends,

Is there a way to insert not only the file name but also the path into an
Excel Worksheet footer (like you can in Word)?

Thanks,

Bill Morgan







  #6   Report Post  
bill_morgan_3333
 
Posts: n/a
Default

Will do ... thanks, Frank ...

"Frank Kabel" wrote:

Hi
see:
http://www.mcgimpsey.com/macoffice/e...einfooter.html

--
Regards
Frank Kabel
Frankfurt, Germany
"bill_morgan_3333" schrieb im
Newsbeitrag ...
Friends,

Is there a way to insert not only the file name but also the path into an
Excel Worksheet footer (like you can in Word)?

Thanks,

Bill Morgan





  #7   Report Post  
bill_morgan_3333
 
Posts: n/a
Default

Gord,

I should have mentioned that this is Excel 2000 - but good to know that
later versions have this feature - thanks ...

"Gord Dibben" wrote:

Bill

Also FYI

If you are running Excel 2002 or 2003 there is a button for entering the full
path into a footer/header in the header/footer Custom setup dialog.

Gord Dibben Excel MVP

On Thu, 30 Dec 2004 00:20:45 +0100, "Frank Kabel"
wrote:

Hi
see:
http://www.mcgimpsey.com/macoffice/e...einfooter.html

--
Regards
Frank Kabel
Frankfurt, Germany
"bill_morgan_3333" schrieb im
Newsbeitrag ...
Friends,

Is there a way to insert not only the file name but also the path into an
Excel Worksheet footer (like you can in Word)?

Thanks,

Bill Morgan



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
How do link to a remote worksheet using the path value in a field? Michael T. Links and Linking in Excel 3 December 11th 04 08:45 AM
How do link to a remote field but use the path from a stored field Michael T. Excel Discussion (Misc queries) 1 December 10th 04 12:18 AM


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