MailMerge program for word XP and 2003

T

tanguy

Hi,

I must develop a mail merge application for both word XP and 2003.
How can I do this? Which dll do I have to use? the Word XP dll or the Word
2003 dll? Can I use both?

Thx
 
P

Peter Jamieson

Ideally, you shouldn't be relying on using a particular dll at all,
particularly since you cannot (legitimately) just copy bits of one version
of Word onto a machine containing another version. There are some clues in

http://word.mvps.org/FAQs/InterDev/EarlyvsLateBinding.htm

but you may get better help in one of the more programming-oriented
newsgroups - although there are some differences between the behaviour of
Word XP and 2003 mailmerge these are mainly the result of fixes in Word 2003
(and security-related changes in the SPs that typically require registry
changes) I do not think there are any differences in the object model in
this area.

Peter Jamieson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top