using .NET classes from VBA?

T

Tom Kreyche

Is there a way to use a .NET class from VBA? It's from a 3rd party
application, not Office. I looked all over the Microsoft support web site
and couldn't find anything.

thanks, Tom
 
J

Jonathan West

Tom Kreyche said:
Is there a way to use a .NET class from VBA? It's from a 3rd party
application, not Office. I looked all over the Microsoft support web site
and couldn't find anything.

No, you can't. You would have to wrap the Net class in an ActiveX DLL and
then call that from VBA.
 
Top