Calling VBA code in excel through java

How can I invoke VBA cade written in excel through java
[62 byte] By [Bakhtabara] at [2007-11-27 6:27:24]
# 1
If you can call your VBA code through command prompt than in that case you can also do it through Java using Runtime.exec().
NuSina at 2007-7-12 17:49:16 > top of Java-index,Java Essentials,Java Programming...