I have an .XLL file from Excel that contains a function that I would like to use in a VB6 program.

While I do not know what the function does from within (blackbox) and do not really care, I do know the parameters it takes and what type it returns.

So the only thing I need is to know if I can use an XLL function from within VB6, and if so, how?

Thank you.