needshelp12
New Member
- Joined
- Jun 24, 2011
- Messages
- 14
I am trying to make a userform to calculate Future Value
This is the code i am trying now , getting "Invalid Qualifier", can anyone help me get this running ?
Sub FutureValue1_Click()
Dim Value As Currency
Dim Rate As Double
Dim NumPayment As Double
Dim Payment As Double
Rate = Rate.Text
NumPayment = NumPayment.Text
Payment = Payment.Text
Presentvalue = Presentvalue.Text
Value = fv(Rate, NumPayment, Payment, Presentvalue, 0)
FutureV.Text = LValue
End Sub
thanks !!!
This is the code i am trying now , getting "Invalid Qualifier", can anyone help me get this running ?
Sub FutureValue1_Click()
Dim Value As Currency
Dim Rate As Double
Dim NumPayment As Double
Dim Payment As Double
Rate = Rate.Text
NumPayment = NumPayment.Text
Payment = Payment.Text
Presentvalue = Presentvalue.Text
Value = fv(Rate, NumPayment, Payment, Presentvalue, 0)
FutureV.Text = LValue
End Sub
thanks !!!