B"H

Good morning,

I have been using the WScript.Shell object in order to execute java applications with sending parameters (various strings). Example:

Set oExec = WshShell.exec("java -jar C:\test\sample.jar " & listofthings)
s = oExec.StdOut.ReadAll()
As the office I work in has updated to Excel 2013, I learned that this object is not working. Generates Run-time error '-2147024894 (80070002) The system cannot find the file specified.

Does anyone have a clue as how this problem can be fixed or worked around?

Thank you very much - in advance