Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I want to display the full path of my current document where I can see it
without searching for it. |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Add the following AutoOpen macro to the Normal template:
Sub AutoOpen() ActiveWindow.Caption = ActiveDocument.FullName End Sub See http://www.gmayor.com/installing_macro.htm . "I want my way, not MS's" wrote: I want to display the full path of my current document where I can see it without searching for it. |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Thanks! As an aside, how on earth did you know this? I'd *never* have found
it on my own! "Aeneas" wrote: Add the following AutoOpen macro to the Normal template: Sub AutoOpen() ActiveWindow.Caption = ActiveDocument.FullName End Sub See http://www.gmayor.com/installing_macro.htm . "I want my way, not MS's" wrote: I want to display the full path of my current document where I can see it without searching for it. |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
A Google search turns up numerous hits: see
http://www.google.com/search?hl=en&q...=Google+Search. One of these is http://gregmaxey.mvps.org/File_Name_And_Path.htm. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. I want my way; "not MS''''s" wrote in message ... Thanks! As an aside, how on earth did you know this? I'd *never* have found it on my own! "Aeneas" wrote: Add the following AutoOpen macro to the Normal template: Sub AutoOpen() ActiveWindow.Caption = ActiveDocument.FullName End Sub See http://www.gmayor.com/installing_macro.htm . "I want my way, not MS's" wrote: I want to display the full path of my current document where I can see it without searching for it. |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() Working in various capacities through the years I've had to work with large, complex documents that consist of dozens of combined documents that are stored at different locations and are repeatedly revised. Some sources that I have found particularly helpful re VBA code a Office VBA help; open Word, press ALT+F11 and click Help and then click Microsoft Visual Basic Help The search facility for this user group accessed from the following URL: http://www.microsoft.com/office/comm...&lang=en&cr=US The search facility for the Word VBA user group: http://www.microsoft.com/office/comm... lang=en&cr=US The MSDN Office Developer Center at: http://msdn2.microsoft.com/en-us/library/ms400535.aspx For years I have cut, pasted and categorized code snippets so that I can quickly find and use them. I love Google but I have not found it to be nearly as useful for securing help with VBA as the sources above. Thanks for showing interest. You "I want my way, not MS''''s" wrote: Thanks! As an aside, how on earth did you know this? I'd *never* have found it on my own! "Aeneas" wrote: Add the following AutoOpen macro to the Normal template: Sub AutoOpen() ActiveWindow.Caption = ActiveDocument.FullName End Sub See http://www.gmayor.com/installing_macro.htm . "I want my way, not MS's" wrote: I want to display the full path of my current document where I can see it without searching for it. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I display the full path in the top left corner of Word? | Microsoft Word Help | |||
Word 2007 Full path name display | Microsoft Word Help | |||
How do I display the full filename path on the title bar in Word . | Microsoft Word Help | |||
display full path | Microsoft Word Help | |||
How do I display the full path to a open file? | Microsoft Word Help |