Using .NET Classes in VBA 6 code, possible or not?

G

Guest

Hi Experts!

Need to know if the following is a possible way of doing it; in VBA 6
(actually in Access 2000 visual basic module) code use .NET 1.1 or 2.0
Classes. Development application is Visual Studio .NET 2003 (can’t afford to
upgrade if you asks/wonder why I use this obsolete Studio).

Please be so kind and give me a link or what ever to follow up.

Regards from
// Peter
 
N

Norman Yuan

You can expose your .NET1.1 (since you use VS2003, you can only work with
..NET1.1) dll through COM Interop, then you can reference the COM-able .NET
dll just as regular ActiveX in your VBA project. Note, the computer must
have .NET 1.1 or later installed.
 
P

Patrick Steele

Hi Experts!

Need to know if the following is a possible way of doing it; in VBA 6
(actually in Access 2000 visual basic module) code use .NET 1.1 or 2.0
Classes. Development application is Visual Studio .NET 2003 (canâ¤=3Ft afford to
upgrade if you asks/wonder why I use this obsolete Studio).

Please be so kind and give me a link or what ever to follow up.

http://www.15seconds.com/issue/040721.htm
 

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