where can i find Microsoft Excel 11.0 Object Library in Visual C# 2005 Express Edition
-
Hi All, I like to do some Excel File operation in my C# windows application. but i cant find this Microsoft Excel 11.0 Object Library in Add Reference ---> com tab where can i find this.....? plz help me out With Regards Amjath
-
Hi All, I like to do some Excel File operation in my C# windows application. but i cant find this Microsoft Excel 11.0 Object Library in Add Reference ---> com tab where can i find this.....? plz help me out With Regards Amjath
There is a seperate download for interop with Office, that could be what you need. The COM objects yuo need are also not installed unless the right version of Office is installed. Nothing comes with the IDE, least of all the express edition.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi All, I like to do some Excel File operation in my C# windows application. but i cant find this Microsoft Excel 11.0 Object Library in Add Reference ---> com tab where can i find this.....? plz help me out With Regards Amjath
Amjath Rahman wrote:
Microsoft Excel 11.0 Object Library
It is installed with MS Office 2003...
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon