How can I load a Word Document into memory; modify it; and display it out to the user?
The original document that I load, I don't want that to be change but acts more like a template.
Thank You
Printable View
How can I load a Word Document into memory; modify it; and display it out to the user?
The original document that I load, I don't want that to be change but acts more like a template.
Thank You
Anyone?
In other words, can you load a Word Document into memory and work from there?
Why not just save the document as a .dot. Then in code you can create numerous copies derived from your template the
same way the Normal.dot works.
Lets say 3 users open the same word.dot. How can I guaranteed that when they save, it is going to have a unique name and not over-write one another?
Thanks for your reply Rob.