| 1. |
Solve : to run Macro in Excel from batch file command? |
|
Answer» Is there any COMMAND for batch file USING which I can run a recored macro in Excel . I need to to run from batch file, not by clicking the macro in Excel interface.Not directly. The macro is bound to the workbook. Just as you created the macro within the context of the Excel Application, it executes within Excel. |
|