K keithb Jul 8, 2005 #1 How can I pass values to and from a Java application from inside a VBA program? Thanks, Keith
J John Mishefske Jul 11, 2005 #2 keithb said: How can I pass values to and from a Java application from inside a VBA program? Click to expand... Use the Shell() function. This would fire off the program but wouldn't wait for a result.
keithb said: How can I pass values to and from a Java application from inside a VBA program? Click to expand... Use the Shell() function. This would fire off the program but wouldn't wait for a result.