vote up 1 vote down star

I am writing a VBA application which calls to C#.net method which returns collection object.

When I assign the output to VBA.Collection I get a compile time error - Argument not optional.

If I assign the output to Object I get run time error - Object variable or With block variable not set

I think it is because of incompatible Collection type.

Can anyone help me to convert .net collection type to vba.

Thanks

flag

14% accept rate
Can you post the code that's doing this? It'd be easier to see where the problem is. – Adam Ruth Jun 3 at 7:49

1 Answer

vote up 1 vote down

I think that you need to use the SET command?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.