How to start and run an Excel macro from command line?
Posted by Piero on December 13, 2001 2:15 AM
I've a schedulation, and I need to put inside it a step that can call an excel file in order to start the macro contained in the file itself.
I've tried with :
"c:\path\excel.exe /m DoIt(4)".
but I think that I've applied it wrong, it doesnt work.
Or is that an incorrect syntax?
Are there any others solutions?
Thanks
Bye