Hi there,
below is the code i use to get NormInv. The error i am getting is "Unable to get the NormInv property of the WorkSheet class.
Please help.
Sub NOrmInv()
Dim mean , StdDev as double
dblRandom = WorksheetFunction.NormInv(RandomNumbers, mean, StdDev)
end sub