Help creating an Excel Add-in using VS205 in either VB.NET or C#

M

Michael

Hi there, I know that what I'm asking is relatively simple so I would
appreciate any help I could get. I want to create an Excel Add-in but I
don't want to use VBA. The reason is that I want to hide my code. So what I
would like to do is to create an Excel Addin using VS 2005 in either VB.NET
or C#.

Any sample code out there or perhaps steps by step instructions somewhere on
the web as to how to create one? Essentially I want to create an Excel Addin
and when I deploy it using an MSI on a machine I want to be able to run a
formula something like =MyFormula() and this should return something simple
like an integer value.

Thanks
Michael
 
F

Frank

I make VBA Functions for use in Excel all the time. All Add-Ins can be
passworded. I am told it is fairly easy to break such passwording, but
I have never had the occasion to try. You must have real tough clients
if you need to further hide your code. Maybe you should look into
making a DLL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top