View Single Post
  #3   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How to have the name of the file on top of the window show full path

If you add the following macro to the normal template

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
End Sub

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

the folder where an open document is located will be shown in the Word title
bar. Works for all Word versions.

--

Graham Mayor - Word MVP

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



Octavio wrote:
How do my Word documents can show the full path of the open file or
document on top of the window?

This is helpful when you have open many files and each is located on a
different folder.

Please advise where are the settings for this.

Thanks in advance.