RE: invoke Excel "Run" with Args using GetIDsOfNames/Invoke
- From: jj_p <jjp@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 5 Dec 2008 08:59:01 -0800
Actually the answer lies on the order of the VARIANTARG...
It should be:
Command[1] = VbaFuncName;
Command[0] = VbaArg;
And works fine...
.
- References:
- Prev by Date: invoke Excel "Run" with Args using GetIDsOfNames/Invoke
- Next by Date: Re: PPT: Shape.Name throws method not implemented exception
- Previous by thread: invoke Excel "Run" with Args using GetIDsOfNames/Invoke
- Index(es):