Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi

Can anyone suggest how to create a simple addin using Visual Studio C# and use it in excel. The idea is to use the functions developed in C# on excel.

Kindly help.

Thanks.
Posted

 
Share this answer
 
You should, I guess, need to read a documentation or a manual to learn how to create an Add-in for the Excel. This is an MSDN documentation[^] which teaches you how to create an Add-in.

Methodology is, to create a Simple project, and right under the Visual C# look for a Office, expand it. Look for Office Add-ins and select the Excel Add-in. Visual Studio would create a project for you, and will open the source file generated for you to edit.

You can learn the Excel API from MSDN too, continue reading that document to succeed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900