M
meena
I am using Internal Rate of Return(IRR) function to
calculate yields in VBA. The result will be printed in
excel sheet. I get an runtime error message "Invalid
Proceure call or argument".
The code I have is
yield=IRR(irrArray(),0.03)
irrArray consists of
-1000 (48 times)
48441.18 (49th index)
I tried to change the guess from 0.03 to 0.01 and still it
doesn't work for some of my arrays.
I would appreciate any help regarding this issue.
Thanks
Meena
calculate yields in VBA. The result will be printed in
excel sheet. I get an runtime error message "Invalid
Proceure call or argument".
The code I have is
yield=IRR(irrArray(),0.03)
irrArray consists of
-1000 (48 times)
48441.18 (49th index)
I tried to change the guess from 0.03 to 0.01 and still it
doesn't work for some of my arrays.
I would appreciate any help regarding this issue.
Thanks
Meena