I am trying to update my mail merge code (vb6) so that users who have Word 2003 can perform a mail merge successfully. Currently, this does not work for Word 2003 users, it only works in Word 2000/2002.
This is probably because the VB Project references MSWORD.OLB - which is the Microsoft Word 10.0 Object Library. I know for 2003 compatibility, I must use the Microsoft Word 11.0 Object Library.
However, is 11.0 backwards compatible? If not, does that mean that I have to reference 10.0 for Word 2000/2002 users and 11.0 for Word 2003 users? With early binding, is that possible? Or should I use late binding? Is there any documentation out there regarding this? I've tried googling but no luck.
Any guidance is appreciated!
Thanks,
Kate
This is probably because the VB Project references MSWORD.OLB - which is the Microsoft Word 10.0 Object Library. I know for 2003 compatibility, I must use the Microsoft Word 11.0 Object Library.
However, is 11.0 backwards compatible? If not, does that mean that I have to reference 10.0 for Word 2000/2002 users and 11.0 for Word 2003 users? With early binding, is that possible? Or should I use late binding? Is there any documentation out there regarding this? I've tried googling but no luck.
Any guidance is appreciated!
Thanks,
Kate