Calling a java program from VBA

K

keithb

How can I pass values to and from a Java application from inside a VBA
program?

Thanks,

Keith
 
J

John Mishefske

keithb said:
How can I pass values to and from a Java application from inside a VBA
program?

Use the Shell() function. This would fire off the program but wouldn't wait for a result.
 
Top