View Single Post
  #3   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor
 
Posts: n/a
Default Path of document

Add the following line to an AutoOpen macro in normal.dot

ActiveWindow.Caption = ActiveDocument.FullName

See http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


ab wrote:
Is it possible to show the FULL path and name of a document at the
top of the screen? I often have documents open from different folders
and it would be helpful to have this information.

TIA