Hi !
I want to call PPT from the command line and I want to pass a few
parameter to a vba macro. How can I do this? The Command$() function
allways returns an empty string.
Thx for help in advance.
Bb
Shyam Pillai - 26 Sep 2007 19:30 GMT
Use the application.run method to invoke the macro and pass arguments.

Signature
Regards,
Shyam Pillai
Animation Carbon: Copy/Paste/Share animation libraries.
www.animationcarbon.com
> Hi !
> I want to call PPT from the command line and I want to pass a few
> parameter to a vba macro. How can I do this? The Command$() function
> allways returns an empty string.
> Thx for help in advance.
> Bb
Steve Rindsberg - 26 Sep 2007 21:06 GMT
> Hi !
> I want to call PPT from the command line and I want to pass a few
> parameter to a vba macro. How can I do this? The Command$() function
> allways returns an empty string.
Literally from the command line or from some type of script run from the
command line?
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================