Hello OZGRID
Hello evey one
Please if you can help me to resolve this problem .. I tried to this file few codes .. but believe me I'm really tired and I have not succeded ..
1 - In this UserForm1..OptionButton1 for "single" and OptionButton2 for "married"
2 - In the second case OptionButton2 "married" I have several problem.. please if you can help me :
My problems is with ComboBox4 ..i want if i choose number of children over 10 years in ComboBox4 will be apperas the result in TextBox23
Number of children aged over 10 years always multiplied by the value of TextBox26 ..
TextBox23 = ComboBox4 * 70 ( 70 = TextBox26)
And After : TextBox24 = TextBox22 + TextBox23
Thank you in advance for help me
Sincerely
MARTI MARTI
forum.ozgrid.com/index.php?attachment/67877/
ComboBox with complicated problem
-
-
-
-
Re: ComboBox with complicated problem
Hiii Carim
I am very happy to meet you again
Thank you very very much for help me
Please see this picture
Cordially
MARTI
[ATTACH=CONFIG]67879[/ATTACH] -
-
Re: ComboBox with complicated problem
Hello again,
Following an excellent remark from cytop, to be on the safe side, you should test:
CodePrivate Sub ComboBox4_Change() TextBox23.Value = Val(ComboBox4.Value) * Val(TextBox26.Value) TextBox24.Value = Val(TextBox22.Value) + Val(TextBox23.Value) End Sub
HTH
-
-
Re: ComboBox with complicated problem
Helllo Carim
Thank you very very much for code
I'm going to try
Cordially
MARTI -
Re: ComboBox with complicated problem
Helllo Carim
Thank you very very much for help
It's resolved
Happy New Year
Cordially
MARTI
[ATTACH=CONFIG]67884[/ATTACH] -
Re: ComboBox with complicated problem
Glad you could fix your problem ...:smile:
Happy New Year to you ...
Excellente Année 2016 :wink:
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!