I
ivory_kitten
my userform has 4 rates in text boxes called TFC, SFC, TRC and SRC. I also
have four text boxes called insuranceCost1, insuranceCost2, insuranceCost3
and insuranceCost4. When the user inputs a value in the text box called
insuranceValue, i want the values to display in the insuranceCost boxes. My
calculations are:
insuranceCost1 * TFC
insuranceCost2 * SFC
insuranceCost3 * TRC
insuranceCost4 * SRC
How can I do this with VBA?
have four text boxes called insuranceCost1, insuranceCost2, insuranceCost3
and insuranceCost4. When the user inputs a value in the text box called
insuranceValue, i want the values to display in the insuranceCost boxes. My
calculations are:
insuranceCost1 * TFC
insuranceCost2 * SFC
insuranceCost3 * TRC
insuranceCost4 * SRC
How can I do this with VBA?