Hi all,

I am developing a WinForms app that will be accessing Excel. The problem is that i have a Excel 2003, and the client has Excel 2002, and I dont have a reference to any older versions of Excel. The only COM components i have for Excel are:
Microsoft Excel 11.0 Object Library
Microsoft Excel 5.0 Object Library

If i reference 11.0, then it will cause errors when the client installs and runs the app. What I would like to do is get Microsoft Excel 9.0 Object Library (Excel 2000) without actually installing Office 2000.

I know i must be overlooking something, but any ideas on how I can download this COM component to use as a reference?

Thanks in advance for any help.

~Scott~