Hi All,
I have a userform which will work as a calculator.
In the one box the user need to insert an amount and then in the other box I need the formula to kick in.
Ex: The form is PointsCal. The input box is Fitness and the box where the formula is is Textbox27
What I did:
Private Sub TextBox27_Change()
TextBox27.Value = Fitness.Value * 7500
End Sub
Nothing happens.
I need the value to be desplayed in Textbox27
Hope someone can help with this
Regards
I have a userform which will work as a calculator.
In the one box the user need to insert an amount and then in the other box I need the formula to kick in.
Ex: The form is PointsCal. The input box is Fitness and the box where the formula is is Textbox27
What I did:
Private Sub TextBox27_Change()
TextBox27.Value = Fitness.Value * 7500
End Sub
Nothing happens.
I need the value to be desplayed in Textbox27
Hope someone can help with this
Regards