Calling user defined function from C/C++

R

Ravil

Hello,

How can I call user defined function (written in VBA on XLA Add-in) from C
(code in XLL Add-in)?

If I knew number of my user defined function I could use Axcel4 function, but
how can I find out number of user defined function?

I could use standard evaluate function passing to it argument like
"MyFunction(\"Args...\"", but in this case I have to pass all arguments in
string. Some arguments's type can be various Variant types, for example Long,
Double, and Array, so it would be conveniently to have a method to call user
defined function passing to it Variant type arguments. I mean not using call
of evaluate function.

Any ideas?

Thank you,

Ravil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top