Using VS 2003 .NET structures in VBA application

W

Wayne Clements

I am using Visual Studio .NET 2003 and I have inherited a lot of VBA mainly
for MS Excel 2003. How is it possible to use a VS 2003 .NET class in VBA 2003
when the class uses STRUCTURES. In VS 6 I could use PUBLIC TYPES in VB and
VBA to achieve what I wanted. With VS 2003 .NET class I can see members and
even see structures, BUT when I try to use one I get Variable uses an
Autoimation type not supported in Visual Basic
 

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