D
David
I'm probably doing something really stupid here, I've got a Public
Function:
Public Function Repayment_Calculator(iRepayment, iTerm)
But when I try to call it from another module like this:
cur_0Tap = Repayment_Calculator(0, int_term)
I get this error:
Sub or function not defined.
So, what did I do wrong this time?
Thanks as usual!
David
Function:
Public Function Repayment_Calculator(iRepayment, iTerm)
But when I try to call it from another module like this:
cur_0Tap = Repayment_Calculator(0, int_term)
I get this error:
Sub or function not defined.
So, what did I do wrong this time?
Thanks as usual!
David