How can I launch the following command line string from within Excel?
start javaw -jar myprogram.jar" inputparamstring
I found the following link to show some promise
http://http://stackoverflow.com/questions/11343769/microsoft-excel-macro-to-run-java-program
but had trouble getting it to...