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...