Run Excel Macro
.xlsm ファイル内の VBA マクロを実行します(Windows + Excel + COM が必要)。
ExcelExcelRunMacroWindows専用
概要
.xlsm ファイル内の VBA マクロを実行します(Windows + Excel + COM が必要)。
Run a VBA macro in an .xlsm file (Windows + Excel + COM).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Workbook (.xlsm) | file | 必須 | 例: C:/temp/book.xlsm 変数に対応 | |
| Macro name | string | 必須 | 例: Module1.MyMacro 変数に対応 |