Calling a java program from VBA

  • Thread starter Thread starter keithb
  • Start date Start date
K

keithb

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

Thanks,

Keith
 
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.
 
Back
Top