J
Jake Stevenson
I call a VBA function in a Word template from a VB6 application,
passing a Collection as an argument to the function. This works well
in most cases, except a couple of rogue machines. On just one or two
machines, I get a "Type Mismatch" error when attempting to call the
function.
It looks to me like the VBA collection object on these machines does
not match the VB6 collection object. Is this possible? Can anyone
suggest a way to fix the problem?
passing a Collection as an argument to the function. This works well
in most cases, except a couple of rogue machines. On just one or two
machines, I get a "Type Mismatch" error when attempting to call the
function.
It looks to me like the VBA collection object on these machines does
not match the VB6 collection object. Is this possible? Can anyone
suggest a way to fix the problem?