[attachment=85954:WoodysAt...Template.jpg]
we are in the process of upgrading from OfficeXP and Office 2007.
We'll be running dual environments during the upgrade until everyone has been upgraded.
The different versions of Word have different template directory locations
Word XP has location
C:\Program Files\Microsoft Office\Templates\Corrs
The Word 2007 has different directory location
C:\Program Files\CorrsOffice\
When a Word 2007 document opens in Word XP, I need to capture the template name and full path.
the screen capture displays the correct template path when I manually goto menu Tools, Template and -ins....
The issue is I code to obtain template path, however as the 2007 template doesnt exist the code returns template path has "Normal.dot"
Dim myTemplate As Template
Set myTemplate = ActiveDocument.AttachedTemplate
MsgBox myTemplate.Path & Application.PathSeparator & myTemplate.name
anyone else come across this?
got a workaround?
diana



