T
Troubled User
I am loading a five column Array with various pieces of information related
to a cashflow series. In column 3 I have the cashoutflows and inflows, which
I would then like to pass (just column 3) to the array to the IRR function.
How do I select column 3 to pass to the Array?
CalculatedIRR = Application.WorksheetFunction.IRR(TheIRRArray(????????), .01)
to a cashflow series. In column 3 I have the cashoutflows and inflows, which
I would then like to pass (just column 3) to the array to the IRR function.
How do I select column 3 to pass to the Array?
CalculatedIRR = Application.WorksheetFunction.IRR(TheIRRArray(????????), .01)