Hi,
I'm having problems when I try to call a function in a C++ DLL from VBA.
There's a function "execute" in a dll. I don't have the dll code, but I have a C++ function "run_execute" that calls that function "execute", and I'm trying to do the same on a VBA code.
I'm not sure what's going...