electricpete
Electrical
- May 4, 2001
- 16,774
I have the analysis tool-pak add-in and the analysis VBA toolpak add-in loaded.
I can access bessel functions from my worksheet. For example
besseli(1.2,0)
But I cannot access them from VBA.
besseli(1.2,0) in the immediate window gives "error - sub or function not defined)
application.worksheetfunction.besseli(1.2,0) gives error: "object does not support thsi propery or method"
How can I get bessel in vba?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
I can access bessel functions from my worksheet. For example
besseli(1.2,0)
But I cannot access them from VBA.
besseli(1.2,0) in the immediate window gives "error - sub or function not defined)
application.worksheetfunction.besseli(1.2,0) gives error: "object does not support thsi propery or method"
How can I get bessel in vba?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.