Hi,
In inserted the following into my normal template:
Sub AutoOpen()
'Displays the Document Path in the Title Bar
ActiveWindow.Caption = ActiveDocument.FullName
End Sub
I am receiving an error message, which is attached. What else should I add? Thanks.