J
Jørn A.
I use the Word mail merge functionality to mass produce letters.
I have a word template with defined fields and a data source (Excel-file).
The mail merge functionality however, merges the data source with the
template into one single Word-document containing all letters (multiple
receiptents in one file).
Is there a way to merge into on document/file per receiptent?
Second question:
To handle this missing functionality mentioned above, I made a VB snippet to
split the big merged document into one file per receiptent. This is how the
VB code I wrote performs this:
1. I make a SELECTION in the merged document (with multiple letters),
ranging from beginning to end of the letter for ONE person.
2. Copy this content to the clipboard.
3. Open a new blank document.
4. Paste it into the new blank document.
5. Saving to a new file.
The problem here however was: How can I specify a SELECTION in a document by
page numbers? I had to specify the SELECTION range by number of paragraphs,
which is not a precise specification.
All help appreciated.
-Jørn A.
I have a word template with defined fields and a data source (Excel-file).
The mail merge functionality however, merges the data source with the
template into one single Word-document containing all letters (multiple
receiptents in one file).
Is there a way to merge into on document/file per receiptent?
Second question:
To handle this missing functionality mentioned above, I made a VB snippet to
split the big merged document into one file per receiptent. This is how the
VB code I wrote performs this:
1. I make a SELECTION in the merged document (with multiple letters),
ranging from beginning to end of the letter for ONE person.
2. Copy this content to the clipboard.
3. Open a new blank document.
4. Paste it into the new blank document.
5. Saving to a new file.
The problem here however was: How can I specify a SELECTION in a document by
page numbers? I had to specify the SELECTION range by number of paragraphs,
which is not a precise specification.
All help appreciated.
-Jørn A.