View Single Post
 
Old 10-01-2015, 12:29 AM
Lectrician Lectrician is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Feb 2013
Posts: 19
Lectrician is on a distinguished road
Default

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
Reply With Quote