Thread
:
Developing custom secure Excel add-ins
View Single Post
#
11
Posted to microsoft.public.excel.programming
DM Unseen
external usenet poster
Posts: 233
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
Reply With Quote
DM Unseen
View Public Profile
Find all posts by DM Unseen