J
Job Lot
How can I programmatically open a template as a document? When I use
Application.Documents.Open method to open and pass FileName parameter as path
to .dot file it opens the it in .dot format and not .doc
Thanks
object source = @"c:\temp\mytemplate.dot";
this.Application.Documents.Open(ref source, ref missing, ref missing, ref
missing,
ref missing, ref missing, ref missing, ref
missing,
ref missing, ref missing, ref missing, ref
missing,
ref missing, ref missing, ref missing, ref
missing);
Application.Documents.Open method to open and pass FileName parameter as path
to .dot file it opens the it in .dot format and not .doc
Thanks
object source = @"c:\temp\mytemplate.dot";
this.Application.Documents.Open(ref source, ref missing, ref missing, ref
missing,
ref missing, ref missing, ref missing, ref
missing,
ref missing, ref missing, ref missing, ref
missing,
ref missing, ref missing, ref missing, ref
missing);