View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Anne Troy[_2_] Anne Troy[_2_] is offline
external usenet poster
 
Posts: 221
Default Developing custom secure Excel add-ins

Create COM add-ins using Visual Basic.

http://msdn.microsoft.com/library/de.../comaddins.asp
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"Bliksem" wrote in message
...
Hi all

I must develop custom Excel add-ins for clients. These need to be secure

and
speed of execution is often a requirement. VBA is thus not always an

option
to use. I want to create XLL files but I read somewhere this is not really
the way forward.

So, what development platform should I use to develop Excel add-ins?

Thanks