View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.programming
DM Unseen DM Unseen is offline
external usenet poster
 
Posts: 233
Default Developing custom secure Excel add-ins

if you have pure C++ classes you need to create a Type library that
exposes your C++ library as a COM/Automation library.

..NET classes can be used within VB(A) by generating a COM wrapper for
them. This can be generated withen VS.NET.

DM Unseen