CharlieNVA
New Member
- Joined
- Feb 16, 2015
- Messages
- 11
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 work fully with javaw instead of java. The java program involves a user interface and must run for an undetermined amount of time.
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 work fully with javaw instead of java. The java program involves a user interface and must run for an undetermined amount of time.