CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2008
    Posts
    10

    Suitable language for Excel Automation

    Hi,
    I have been trying to do an Excel Automation, I would jus like to know the best language for Excel Automation among VC++ and C#. It would be great if any one could help me with relevant links.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Suitable language for Excel Automation

    VBA
    Victor Nijegorodov

  3. #3
    Join Date
    Jun 2002
    Location
    Stockholm, Sweden
    Posts
    1,641

    Re: Suitable language for Excel Automation

    Yes, VBA is significantly faster with Office Automation.
    Nobody cares how it works as long as it works

  4. #4
    Join Date
    Sep 2008
    Posts
    10

    Re: Suitable language for Excel Automation

    Thank u so much, Since I could use either VC++ or C# as per my project requirement. I can chose only either of those.

  5. #5
    Join Date
    Jun 2002
    Location
    Stockholm, Sweden
    Posts
    1,641

    Re: Suitable language for Excel Automation

    I don't see any advantages of C# or C++ when it comes to Office Automation. You could use either.

    However, if it is managed C++ vs C# I would recommend C# because it is the most efficient of the managed programming languages.
    Nobody cares how it works as long as it works

  6. #6
    Join Date
    Dec 2008
    Posts
    144

    Re: Suitable language for Excel Automation

    As stated above VBA would be the best choice here. It's the language built into the Office environ for this exact purpose- office automation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured