I
Iulian Dan Repolschi
I have an object in c# that oppens msAccess and run a function from a
module. The function has one parameter, a c# object.
In Vba, the c# object is used to create another c# object, and after
that, a function is called on the last created c# object.
The function called has one parameter, a "System.Object".
If the parameter passed is a "String", even a VBA Form, eveything
works just fine, but when trying to pass a Class Module Object, I get
an Automation Error, with no details about it.
Does anybody has any ideea how to solve this problem?
Yours,
Iulian Dan Reposchi
module. The function has one parameter, a c# object.
In Vba, the c# object is used to create another c# object, and after
that, a function is called on the last created c# object.
The function called has one parameter, a "System.Object".
If the parameter passed is a "String", even a VBA Form, eveything
works just fine, but when trying to pass a Class Module Object, I get
an Automation Error, with no details about it.
Does anybody has any ideea how to solve this problem?
Yours,
Iulian Dan Reposchi