I did do an add reference, and the on the COM tab chose Microsoft Excel 10 Object Library. Does this suffice? Do you have to manually install any other interop libraries?
spinz2112
Posts
-
Microsoft.Office.Interop.Excel -
Microsoft.Office.Interop.Exceli cant even compile the project let alone get intellisense to work. i think im missing some namespace...the pain with VS 2005. im waiving the white flag..help.
-
Microsoft.Office.Interop.Excelam i still missing any namespaces apart from the Microsoft.Office.Core library? cause I dont have the Application or Workbook classes in the Excel library (maybe im not stating that correctly). When I type Excel. intellisense does not pick up Application or Workbook...do I need any thing else? Thanks
-
Microsoft.Office.Interop.ExcelIm trying to write a utility that opens an excel file using C#.net Visual Studio 2005. One of the first things I have to do is add a reference to the Microsoft Excel 11 Object Library. After I add this I have to add the "using" statement to use Microsoft.Office.Interop.Excel. However, I cant seem to be able to find the Interop class. Intellisense only picks up Microsoft.Office.Core ...has anyone else experienced this? How did you add this class? Thanks