VBA@Collection in C#

  • Thread starter Thread starter Ieuan
  • Start date Start date
I

Ieuan

I'm currently having great problems getting information from a
VBA.CollectionClass.

I have a .NET webpage that has a reference to a dll that returns many
VBA.CollectionClasses. I'm able to call this dll and have many things
returned e.g. strings, integers and classes from the dll that the dll
has defined. However, I simply can't seem to view any data from the
returned values of type VBA.CollectionClass.

I can coount the number of items in various VBA.CollectionClasses but
that's about where I can get to.

I've read through this and many other areas trying to see if the
answer is out there somewhere but have got nowhere yet.

Anyone out there able to help?
 

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

Back
Top