Excel.application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Agnes

    #1

    Excel.application

    Which Reference I should Add If I want to delcare excel.applicati on ?
    Thanks


  • Armin Zingler

    #2
    Re: Excel.applicati on

    "Agnes" <agnes@dynamict ech.com.hk> schrieb[color=blue]
    > Which Reference I should Add If I want to delcare excel.applicati on
    > ?[/color]


    "Microsoft Excel x.y Object Library". It's a COM component.


    Armin

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Excel.applicati on

      "Agnes" <agnes@dynamict ech.com.hk> schrieb:[color=blue]
      > Which Reference I should Add If I want to delcare excel.applicati on ?[/color]

      General:

      INFO: Develop Microsoft Office Solutions with Visual Studio .NET
      <URL:http://support.microso ft.com/?kbid=311452>

      HOWTO: Automate Microsoft Excel from Visual Basic .NET
      <URL:http://support.microso ft.com/?scid=kb;EN-US;301982>

      How To Use ADO.NET to Retrieve and Modify Records in an Excel Workbook With
      Visual Basic .NET
      <URL:http://support.microso ft.com/?scid=kb;EN-US;316934>

      Samples:

      How to handle events for Excel 2003 by using Visual Basic .NET
      <URL:http://support.microso ft.com/?scid=kb;EN-US;822750>

      HOW TO: Handle Events for Excel by Using Visual Basic .NET
      <URL:http://support.microso ft.com/default.aspx?sc id=kb;en-us;302814>

      HOWTO: Automate Microsoft Excel from Visual Basic .NET
      <URL:http://support.microso ft.com/?scid=kb;EN-US;301982>

      HOW TO: Transfer Data to an Excel Workbook by Using Visual Basic .NET
      <URL:http://support.microso ft.com/?scid=kb;EN-US;306022>

      HOW TO: Handle Events for Excel by Using Visual C# .NET
      <URL:http://support.microso ft.com/?scid=kb;EN-US;823981>

      Related:

      BUG: "Old Format or Invalid Type Library" Error When Automating Excel 2002
      <URL:http://support.microso ft.com/?scid=kb;EN-US;320369>

      PRB: Office Application Does Not Quit After Automation from Visual Studio
      ..NET Client
      <URL:http://support.microso ft.com/?scid=kb;EN-US;317109>

      HOWTO: Use the WebBrowser Control to Open an Office Document in Visual Basic
      ..NET
      <URL:http://support.microso ft.com/?scid=kb;EN-US;304643>

      INFO: Considerations for Server-Side Automation of Office
      <URL:http://support.microso ft.com/?scid=kb;EN-US;257757>

      More information:

      <URL:http://support.microso ft.com/search/?query=Excel+.N ET&catalog=LCID %3D1033>

      There are loads of information about how to use Office applications together
      with .NET in the Microsoft Office Developer Center:

      Microsoft Office Developer Center
      <URL:http://msdn.microsoft. com/office/>

      Office Development
      <URL:http://msdn.microsoft. com/office/understanding/>

      Using the Microsoft Visual Studio Tools for the Microsoft Office System
      <URL:http://www.devx.com/codemag/Article/18233/>

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      Working...