I'm in the process of taking one large file, breaking it up into smaller files based on userid, and pulling each broken file into a template and saving it. I've finished the part where the file is broken based on userid, and I have a template. I can't seem to open word,with an already created document and use a specified template (miscinfo.dot). I've tried the following:
code:
 
"c:\Program Files\Microsoft Office\Office10\winword.exe" /t"E:\miscinfo.dot"

code:
"e:\invoices\miscinfo\mydoc.doc" /t"E:\MiscInfo.dot"

The first opens word with the template, the second opens the doc, but not the template...

Help. [Frown]