excel COM class error
I have two classes implemented in vb.net visual studio which I made COM
visible to access through excel vba, Class Path and Class Point. Let's say
Class Path has Subs A and B, and Class Point has Properties C, D, and E.
When I look in the Object Browser inside excel vba, It says Path has Subs
A and B, and that Point has Properties C, D, and E, however when I create
an instance of Path the instance has Properties C, D, and E but no
functions A and B. If i create an instance of Point it has functions A and
B but no properties C, D, and E.
When I click the play button to start debugging, excel crashes. Any ideas
if this is a problem with my interfaces in vb.net, a problem with my
.dll/.tlb files, or something else?
No comments:
Post a Comment