Imports Dll

L

ligi168

Hi.Can the Dynamic Link Libraries created by C# be used in MS Excel2000 if
it is CLSCompliant?
Thanks.
Agan.
 
M

Michael Giagnocavo [MVP]

C# DLLs are .NET assemblies. To use them inside Excel's VBA (or any other
COM environment), you'll need to use regasm to register your assembly for
COM Interop.

DllImport is for .NET code to invoke the native platform (Platform
Invocation, P/Invoke).

-mike
MVP
 

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