Hi

I have a macro in a workbook that I want to kick off from a batch file

I can use the on workbook open command, but that would mean that i would have to call the macro every time I open the file myself too, which I don't want to do as I would have to modifiy the file occasionally

Is there a way to call a specific macro from a file in command line?

Something like C:\test\text.xls {test_macro}

Thanks