質問編集履歴
1
少し修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
Microsoft.Office.Interop.Excel.Workbook myBook = myEX.Workbooks.Open(strMacroPath);
|
20
20
|
int 引数1 = 0;
|
21
21
|
string 引数2 = null;
|
22
|
-
bool 引数0 = myEX.Run(
|
22
|
+
bool 引数0 = myEX.Run("test0",引数1,引数2);
|
23
23
|
catch (System.Exception ex)
|
24
24
|
{
|
25
25
|
|