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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top