S
Susie W
We need to print and send some standard information with each proposal that
we send out. So our people open the proposal, print it, then open the
information document, print that out, then possibly a third document, and
print that out.
I'd like to set up a template so they open a blank document, just click a
button that says "Include file" that runs a macro that lets them select each
file, then links it to the document.
If I use InsertFile, I lose the formatting. I can't change all the source
documents to have a section break at the beginning.
I thought of using Master Documents (ONLY FOR PRINTING!), figured I would
use AddFromFile method with READONLY = TRUE to protect the included
documents. But setting READONLY = true doesn't seem to protect the documents
from being modified, so I'm afraid it won't keep them from getting corrupted.
I don't really care what happens to the master document as long as the source
documents stay safe.
Any idea? Or should I just give up?
we send out. So our people open the proposal, print it, then open the
information document, print that out, then possibly a third document, and
print that out.
I'd like to set up a template so they open a blank document, just click a
button that says "Include file" that runs a macro that lets them select each
file, then links it to the document.
If I use InsertFile, I lose the formatting. I can't change all the source
documents to have a section break at the beginning.
I thought of using Master Documents (ONLY FOR PRINTING!), figured I would
use AddFromFile method with READONLY = TRUE to protect the included
documents. But setting READONLY = true doesn't seem to protect the documents
from being modified, so I'm afraid it won't keep them from getting corrupted.
I don't really care what happens to the master document as long as the source
documents stay safe.
Any idea? Or should I just give up?