04-12-2013, 05:08 PM
I'm switching over a mail label file from a dot matrix formatted file to labels on a laserjet.
I'd like to write an exe to drag and drop the original mail label file for the dot matrix that will create a .doc file ready to print.
So far...
I've gotten a tab separated file containing the data using QM and some regex.
I've been able to create the correct mail merge document using the mail merge wizard.
So now I have a .txt file with the data, and a .doc file that is a template.
There is a mail merge toolbar in word that has a button that is "Merge to New Document" to send "All" records to a new .doc
So the question...
How to use QM to automate merging all of the data to the new document?
Thanks,
jim
I'd like to write an exe to drag and drop the original mail label file for the dot matrix that will create a .doc file ready to print.
So far...
I've gotten a tab separated file containing the data using QM and some regex.
I've been able to create the correct mail merge document using the mail merge wizard.
So now I have a .txt file with the data, and a .doc file that is a template.
There is a mail merge toolbar in word that has a button that is "Merge to New Document" to send "All" records to a new .doc
So the question...
How to use QM to automate merging all of the data to the new document?
Thanks,
jim