Hi everyone. I'm developing a program to simulate losses. The error appears on the line for the formula of n.
Random = Rnd()
r = ActiveSheet.Cells(11, 1).Value
s = ActiveSheet.Cells(12, 1).Value
n = WorksheetFunction.LogInv(Random, r, s)
I badly need help. Thanks in advance.