majkinetor
Programmer
I want to control Excell application in my program.
I am using VS2003 and the only solution for me is COM since ODBC drivers are bugy.
I googled around and found what I must do to enable COM classes for Excel. One of the articles I read is
At then end, when reference to COM supplier is added, it resides in namespace Microsoft.Office.Interop.Excell.
My problem is that VS2003 doesn't see this class ?!
I did exactly the same as pointed in J# article but VS constantly reports that it can not find Interop. InteliSense also doesn't show anything after ".Office" except "Core". It looks like it is a private member. When I open object browser on Excell reference.
I downloaded J# project from the article's page but it reports the same.
I tried on other systems - the same.
This thing works in Visual Studio 2005.
I uploaded some screenshots so you can check it out.
Thanx in advance.
I am using VS2003 and the only solution for me is COM since ODBC drivers are bugy.
I googled around and found what I must do to enable COM classes for Excel. One of the articles I read is
At then end, when reference to COM supplier is added, it resides in namespace Microsoft.Office.Interop.Excell.
My problem is that VS2003 doesn't see this class ?!
I did exactly the same as pointed in J# article but VS constantly reports that it can not find Interop. InteliSense also doesn't show anything after ".Office" except "Core". It looks like it is a private member. When I open object browser on Excell reference.
I downloaded J# project from the article's page but it reports the same.
I tried on other systems - the same.
This thing works in Visual Studio 2005.
I uploaded some screenshots so you can check it out.
Thanx in advance.