View Single Post
 
Old 06-16-2014, 10:18 AM
jpb103's Avatar
jpb103 jpb103 is offline Windows 7 64bit Office 2007
Advanced Beginner
 
Join Date: May 2014
Location: Thunder Bay, Ontario
Posts: 58
jpb103 is on a distinguished road
Default

In the VBA window, click "Tools" and then "References...". Ensure that the checkbox next to the template in question is checked. To get the path of this template, use the following code:
Code:
mytemplate.ThisDocument.Path
Where "mytemplate" is the name of your template. I think that should work.
Reply With Quote