Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

complex VBA programs=>dll=>call up!Plz hlp!thx

Status
Not open for further replies.

KingZ

Programmer
Jun 8, 2001
6
BE
morning guys,
I am dealing with a complex class-based program in VBA whereby 1 class is opening a new class and that a new class and so no and so forth...I have no compilation errors since an mde was developed without any problems( well..a few a first, but they are sorted).

I have converted this program into a dll, without problems BUT I'm having problems calling up the procedures!It's not a connection problem, 'cause I have tried calling up a small msgbox program which I converted into a dll and that works!
I presume it's due to the fact that the program, with it's several 'property get' & 'lets' to polymorphise(link in communication) the classes, is having problems with the order of class instances..I don't know! Can anybody suggest maybe a book on such things?? Please Help! Any advise is greatly appreciated!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top