using Word = Microsoft.Office.Interop.Word; Word.Application oWord = new Word.Application(); Word.Document oWordDoc = oWord.Documents.Add(ref oTemplatePath, ref oMissing, ref oMissing, ref oMissing);
RCoate wrote:How do I do this? There does not seem to be an option to pass a set of credentials.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)