How to Launch an Excel macro from command line (Without Worksheet_Open Event)?

后端 未结 5 1251
走了就别回头了
走了就别回头了 2020-12-14 12:17

Is it possible to launch an Excel Macro from command line?

I don\'t want to use the Worksheet_Open event and just open the Excel File.

I need to

5条回答
  •  不知归路
    2020-12-14 13:12

    AutoIt also offers great COM support and has a lot of built-in Excel-controlling functions. You can compile the script to an .EXE and then run it from the command line.

提交回复
热议问题