excel macro excecution from command line via bat file?
Is there a way to open an excel workbook and launch a macro from
within a BAT file? I know this can be done with access as seen in the
example below.
__________________________________________________ ____________________________
"C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE" "\
\brsrv001\vol2\SHARED.DOC\backlog\DG_Capacity.mdb" /nostartup /x
WeeklyUpdate
Exit
__________________________________________________ ____________________________
Is there a similiar option for excel?
|