View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
chijanzen chijanzen is offline
external usenet poster
 
Posts: 139
Default Original pathname from &path

Tyler Robbins:

try,

MsgBox ThisWorkbook.Path
MsgBox ThisWorkbook.FullName


--
天行健,君*以自強不息
地勢坤,君*以厚德載物

http://www.vba.com.tw/plog/


"Tyler Robbins" wrote:

Excel 2003 has a feature that one can put in the header and footer not only
the file name, but also the path "&path"

I am trying to search to see if there is a way to show what was stored in
the original path of the excel document, or maybe be able to turn this
feature off.
Without editing the document, is there a way?