NORMINV

M

Ming

Hi,

I am working on a simulation project in EXCEL/VBA. I want
to use NORMINV to generate normal random variables. The
compiler doesn't know the function. I guess that I have
to select certain Add-In to activate the function. Can
anyone tell me which Add-In I have to select?

Thanks

[email protected]
 
T

Tushar Mehta

Functions supported by XL, if available in VBA, are accessed through
Application.Worksheetfunction.{function}

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Top