Thanks.
When I run the code to get the path, it just returns "normal" - The other path is not accessible, so I assume by the time word has opened it, it has changed the template?
I thought I knew the old path, and tried using that, but it finishes the routine with "updated 0 of 250 files".
Code:
Sub GetTemplateRef()
With ActiveDocument
MsgBox Dialogs(wdDialogToolsTemplates).Template
End With
End Sub