Thread: BETAINV In VBA
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default BETAINV In VBA

It's built in (well, into XL2003 and XL2007 at least).

Try WorksheetFunction.BetaInv(...)

--
Rick (MVP - Excel)


wrote in message
...
Does anybody have code for the BETAINV Excel function?

Cheers