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.
Printable View
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.
VBA :cool:
Yes, VBA is significantly faster with Office 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.
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.
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.