How to add Microsoft.Office.Interop.Excel;

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • romcab
    New Member
    • Sep 2007
    • 108

    How to add Microsoft.Office.Interop.Excel;

    Hi guys,

    I'm trying to manipulate excel using a C#.net and my problem is that I cannot add the namespace Microsoft.Offic e.Interop.Excel . Does anyone know why? Do I need to download it explicitly?Hope you can help me.

    Thanks.
  • leoiser
    New Member
    • Jul 2007
    • 41

    #2
    hi,
    Right click the project --> Add reference --> select COM tab --> look for Microsoft Excel object Library --> click ok





    Originally posted by romcab
    Hi guys,

    I'm trying to manipulate excel using a C#.net and my problem is that I cannot add the namespace Microsoft.Offic e.Interop.Excel . Does anyone know why? Do I need to download it explicitly?Hope you can help me.

    Thanks.

    Comment

    Working...