RE: invoke Excel "Run" with Args using GetIDsOfNames/Invoke

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Actually the answer lies on the order of the VARIANTARG...
It should be:

Command[1] = VbaFuncName;
Command[0] = VbaArg;

And works fine...

.