D
DavidM
Hi
Can anybody explain the following to me
I have a com dll with a class Object that has a function setParam.
When I call from VBA
Object.setParam(X) gives me Error: 424 Object required
But
Object.setParam X
and
call Object.setParam(X)
both work
and if X is a Double instead of some object the first call above works
I'd really like to understand what is the issue. (Even if I have the fix)
Thanks in advance
Can anybody explain the following to me
I have a com dll with a class Object that has a function setParam.
When I call from VBA
Object.setParam(X) gives me Error: 424 Object required
But
Object.setParam X
and
call Object.setParam(X)
both work
and if X is a Double instead of some object the first call above works
I'd really like to understand what is the issue. (Even if I have the fix)
Thanks in advance