D
DavidSp8
I have a C# .net Automation program that copies a word file locally, it
optionally copies the template file attached as well. Occaisionally, the
program returns the default normal.dot template. However when I look at the
template in word it has the correct name of the template?
My code looks like this;
Template template = (Template)m_doc.get_AttachedTemplate();
return template.FullName;
Any ideas why this code does not always return the template that's attached
to the word document?
optionally copies the template file attached as well. Occaisionally, the
program returns the default normal.dot template. However when I look at the
template in word it has the correct name of the template?
My code looks like this;
Template template = (Template)m_doc.get_AttachedTemplate();
return template.FullName;
Any ideas why this code does not always return the template that's attached
to the word document?