If you don't mind, one other question. Is there a way to protect the word document created above? I changed the statement below so that the original file is retained.
Set wdDoc = wdApp.Documents.Add(sPath)
Can I protect this document when created? Thanks.
|