Reply to thread

I was trying to just find tutorials on making user defined functions with visual studio C# excel addin and this tutorial has helped me so much.

 

One thing I did want to point out was right away the BlackScholesAddin.Functions did not appear in the Automation list.  I am using VS2010 sp1 and Excel 2007.  I got the BlackScholesAddin.Functions to appear in the list after I changed the project properties from using .NET 4.0 to 3.5.

 

Hopefully that is useful to someone.


Back
Top Bottom