Link to home
Start Free TrialLog in
Avatar of leonstryker
leonstrykerFlag for United States of America

asked on

Access a none COM dll with VBA

Hi, our users would like to access a .NET none COM DLL with VBA. What is the best way for us to proceed? We do not have access to the DLL so it can not be recompiled.
Avatar of Alex [***Alex140181***]
Alex [***Alex140181***]
Flag of Germany image

Avatar of leonstryker

ASKER

For that to work the DLL has to be COM compliant. I have actually created a wrapper DLL just so, but have issues passing through arrays. I will be trying the methods suggested here

http://stackoverflow.com/questions/70501/exposing-nested-arrays-to-com-from-net

any other suggestions are welcome.

Leon
ASKER CERTIFIED SOLUTION
Avatar of leonstryker
leonstryker
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Provided solution to my own question