M
Michael Howes
I have an application that needs to write Word and Excel files but
don't know which versions of Office will be installed on the users
machines. Either version 2000 or 2003
What is the easiest way to support both versions?
I wrote everything for 2003 (version 11) but on a machine with Office
2K I get an error (of course) because version 11 of Interop.Word and
Interop.Excel can't be found
Reference both versions, try and figure out what version is installed
in code, and create the correct object?
thanks
mike
don't know which versions of Office will be installed on the users
machines. Either version 2000 or 2003
What is the easiest way to support both versions?
I wrote everything for 2003 (version 11) but on a machine with Office
2K I get an error (of course) because version 11 of Interop.Word and
Interop.Excel can't be found
Reference both versions, try and figure out what version is installed
in code, and create the correct object?
thanks
mike