
Calling VBA dll functions with C or C++
Unless you are compelled by an extensive Java class library encapsulating
your existing business processes, or some other artificial design
constraint, why not just code the whole darn thing in VB. It seems to me
that you are adding an inordinate amount of complexity to the solution to
your problem.. This isn't by any chance a government contract is it??
Guy Cox, MS Project MVP
Quote:
> Sorry, they're VB functions to automate Word. The dll functions will be
> mapped back to JAVA via C or C++ and JNI. If you know of any easier way
> with the same functionality, please let me know.