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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top