Quote Originally Posted by venerable bede
I have a Windows application which opens a document in Word 2003.
Its fairly straight forward and works well enough.

The problem is that I have to make this compatable with Office 2003, XP and 2007.

How do you guys go about this. I have access to all these versions here at the office but have no idea how to implement this. I take it I have to look into late binding.

Any tips are most welcome.

Thanks In Advance
Hi,

If you're concernd with supporting Office 2003 and Office 2007, then change your reference from version 12. That should fix it.

Wkr,

sparrow1