Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Path in Footer

I once used this a while back but can not find referance to it anymore -


in the footer the dockument path would be displayed/printed helping
users find the document in the network share I believe it was a VBS
script apply to the Excel template


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Path in Footer

Geoff,

2nd time today.

This is built into xl2002, &[Path]&[File], but earlier versions required a
macro .

This code, placed in the ThisWorkbook code module, automatically sets the
full name when printing.

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


If you just want the path, change FullName to Parth.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"GeoffM " wrote in message
...
I once used this a while back but can not find referance to it anymore -


in the footer the dockument path would be displayed/printed helping
users find the document in the network share I believe it was a VBS
script apply to the Excel template


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Path in Footer

Thanks Bob, I forgot to mention that this particular Customer is al
Office 2000 - I had searched on the forums before posting including th
Tips section might be good to sticky in the tips section.

--
Message posted from http://www.ExcelForum.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Path in Footer

John Walkenbach has an addin that may help:
http://j-walk.com/ss/excel/files/addpath.htm

"GeoffM <" wrote:

Thanks Bob, I forgot to mention that this particular Customer is all
Office 2000 - I had searched on the forums before posting including the
Tips section might be good to sticky in the tips section..

---
Message posted from http://www.ExcelForum.com/


--

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
full UNC path in footer muttdaemon Excel Discussion (Misc queries) 1 October 12th 05 06:21 PM
Path in page footer Joshua K Briley Excel Discussion (Misc queries) 6 August 24th 05 09:17 PM
Path and File Name to Footer Jeanne Excel Discussion (Misc queries) 3 July 13th 05 01:48 PM
Footer - FileName and Path bill_morgan_3333 Excel Discussion (Misc queries) 6 December 30th 04 01:47 AM
Entering Path Name in Footer Emily Edgington Excel Worksheet Functions 2 November 9th 04 06:48 PM


All times are GMT +1. The time now is 10:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"