Hi Steve M. ,
Your articole is very interesting to me becouse I'm just tring to do the same
thing.
Could you please show me the last version of your python code so that I could
use it for my purpose.
I'm not a programmer but a my friend could help me for this.
Thanks so much in advance for your
I was finally able to get things working right, so I thought I'd stick
an example here for posterity.
"""An example of a MS Word mail merge using the COM interface.
In order for this script to work you must first run the COM Makepy
utility and select
"Microsoft Word 10.0 Object Library (8.2)" or w
Steve M wrote:
> I'm trying to do invoke the mail merge functionality of MS Word from a
> Python script. The situation is that I have a template Word document,
> and a record that I've generated in Python, and I want to output a new
> Word .doc file with the template filled in with the record I've
I'm trying to do invoke the mail merge functionality of MS Word from a
Python script. The situation is that I have a template Word document,
and a record that I've generated in Python, and I want to output a new
Word .doc file with the template filled in with the record I've
generated.
(To refresh