I'm trying to access a function within an XLL. I cannot get it to register with through Tools > References.
I tried this code:
Declare Function EPPc Lib "Generic.xll" _
(x As Double, y As Double) As Double
But the function is still not being referenced. I have a similar function that I am using with success that is embedded within the module, but I'd rather use the function in the XLL, which is more efficient. Any thoughts?
-Nick
I tried this code:
Declare Function EPPc Lib "Generic.xll" _
(x As Double, y As Double) As Double
But the function is still not being referenced. I have a similar function that I am using with success that is embedded within the module, but I'd rather use the function in the XLL, which is more efficient. Any thoughts?
-Nick