Hi, in my project I need to call some user-defined functions written in VBA from a C++ program. Specifically, there are some objects created in VBA, and we have some user-defined VBA functions to dynamically calculate some values based on these objects. I need to pass these calculated values to a C++ program and do more computation in C++ with these calculated values. Objects in VBA might be updated in run time, and hence values calculated from these objects changes as well. The C++ program should be able to get values from the updated objected in run time.
Can someone give some hints? Thanks in advance.
Can someone give some hints? Thanks in advance.