Groups | Blog | Home
all groups > dotnet interop > october 2003 >

dotnet interop : 2003 Excel Interop Interface Change


Roman
10/30/2003 6:39:58 AM
It seems that some of the Office 2003 interfaces changed
(Excel's theWorkbooks.Open in particular). I am using this
call in my Windows Forms application. Do I have to add
references to two Excel assemblies (2003 and prior) and
have to seperate 'Open' calls in the 'If' statement
(depending on the Office version installed on the client
Robert Jacobson
10/30/2003 10:33:28 AM
In theory, the interfaces from Excel 10 (XP) should be forward-compatible
with Excel 2003. If your assembly references (only) the Excel 10 PIA, it
should work with Excel 2003. (If the new parameter is optional, hopefully
it will just ignored.)

Try developing a dummy test project for Excel XP, and then deploying it to a
different test machine that uses Excel 2003.


[quoted text, click to view]

AddThis Social Bookmark Button