A
avkokin
Hello.
How can I get previous full path to the attached template from the
window "Templates and Add-ins" (tab "Templates")? See screen:
http://clip2net.com/clip/m8665/1273836092-clip-20kb.jpg
I created one document from my template which locating into my flash
drive. This flash drive has name is "E:". When I moved the flash drive
on other PC, the name of flash drive was changed and got as "F:".
Meanwhile into that field I see my previous path to my template. That
is path I want to get.
If I running this macro:
Set tmpl = ActiveDocument.AttachedTemplate
tmplPath = tmpl.FullName
then I getting the path to global template. But it's not that I
wanted.
How can I get previous full path to the attached template from the
window "Templates and Add-ins" (tab "Templates")? See screen:
http://clip2net.com/clip/m8665/1273836092-clip-20kb.jpg
I created one document from my template which locating into my flash
drive. This flash drive has name is "E:". When I moved the flash drive
on other PC, the name of flash drive was changed and got as "F:".
Meanwhile into that field I see my previous path to my template. That
is path I want to get.
If I running this macro:
Set tmpl = ActiveDocument.AttachedTemplate
tmplPath = tmpl.FullName
then I getting the path to global template. But it's not that I
wanted.