I am new to Sikuli and I want to run script of SikulixIDE 1.1.1 by Commandbutton of excel VBA and I already have tried below method by link Run Sikuli from button in Excel
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
but I didn't get the goal yet and giving error
Run-time error '53': file not found
in VBA.