Hi friends !

I have a VB solution which has some methods to call Word and creating a complex document there. The original code was done using the word dll of office 2003
Now my customer also has some workplaces where he still uses word 2000 My code would worki in both.
Is it possible in VB6.0 to bind to the needed version of the Office word dll depending on what is existing in the given enviroment ? So if there is word 2000 then it will reference and use word 2000, if its office 2003 then it should reference to word 2003 without needing recompilation at the customer directly.?

how do you handle such situations ?