B
billgillies
I want to put the path and document name in Word 2003 in the title bar,
and found the following posting from a couple of years back. However,
it is a bit too cryptic for me, since i don't use VBA at all. Can
someone please take the info below and tell me step by step how i would
do this? I would like to set up a macro to do this automatically, so
if that could be explained, that would be great. Many thanks
"Switch to VBA and in the immediate window type:
windows(activedocument.Name).Caption = activedocument.FullName
You could set up a macro to do this automatically, but I suggest you
try it
manually for a while. On most machines these days, the full path is so
long
that the result will be ugly."
and found the following posting from a couple of years back. However,
it is a bit too cryptic for me, since i don't use VBA at all. Can
someone please take the info below and tell me step by step how i would
do this? I would like to set up a macro to do this automatically, so
if that could be explained, that would be great. Many thanks
"Switch to VBA and in the immediate window type:
windows(activedocument.Name).Caption = activedocument.FullName
You could set up a macro to do this automatically, but I suggest you
try it
manually for a while. On most machines these days, the full path is so
long
that the result will be ugly."