我是Sikuli的新手,我想通过excel VBA的 Commandbutton 运行 SikulixIDE 1.1.1 的脚本,我已经通过链接{{3 }}
Private Sub CommandButton1_Click()
dblRetVal = Shell("java -jar %SIKULI_HOME%\script.jar C:\Users\Sami\Pictures.sikuli", vbHide)
'VBHIDE HIDES SHELL WINDOW (BLACK DOS WINDOW)
End Sub
但是我还没有得到目标并给出错误
在VBA中运行时错误'53':找不到文件
。