vba - How to get the template path of a word 2003 document -


when create new document based on template (*.dot), need know on template document based on.

is there way find out vba template used creating new document? need complete path template.

activedocument.attachedtemplate.fullname 

Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -