View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default binomial distribution

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