I'm not aware of VBA having it's own version of that function, but you can
access the worksheet version with
Application.WorksheetFunction.Binomdist(.......)
"tony" wrote:
Hi,
I am looking for algorithm for binomial distribution in VB.
I mean, I search VB code alternative the BINOMDISTR function.
Thank you!
Best Regards
tony