I am looking to find a way (preferably through Amibroker batch) to execute an excel macro, But I have not been able to find much on the subject.
So far, I have been able to execute the excel file itself via batch ‘execute and wait’:
cmd.exe /c start excel "C:\Program Files\AmiBroker\Formulas\Excel\example.xlsm"
Any help to take the next step to run the VBA macro would be greatly appreciated!