vote up 0 vote down star

i'm having 3 years of exp working with excel vba. Now i want to port to excel programming using .net and C#, where can i find learning resources to get up to speed with the equivalent way in C#? thanks

flag

77% accept rate

4 Answers

vote up 3 vote down check

There are several tutorials here and here. By the way, note that you need to run the application as 32bit.

link|flag
vote up 1 vote down

I think this is called Office automation: http://support.microsoft.com/kb/302084

link|flag
vote up 0 vote down

Make sure you get Visual Studio 2008 with the Office Developer Tools included (I think it's from the Pro edition upwards). This does a lot of stuff for you and is definitely worth having.

link|flag
vote up 1 vote down

See this video clip on how to create a C# XLL addin for Excel.

Creating a C# XLL with Visual Studio

You may find it useful. You will need Visual Studio 2005 or 2008 (Express versions are free to download)

XLW, the software demonstrated in the clip can be downloaded from sourceforge and is completely free.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.