The Doc name in Active Toolbar can it be changed to show the file

G

Guest

In WordPerfect the file path is shown at the top of the active toolbar so you
always know which document you're working in. However in WORD it just shows
the file name. IS there any way to have the file path and name show on the
Active Toolbar. We work with several of the same documents for different
municipalities and need to be able to easily keep them straight while working
on them
 
G

Guest

Add the following macro to the Normal template:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top