michaelroshan
New Member
- Joined
- Jun 27, 2020
- Messages
- 16
- Office Version
- 2007
- Platform
- Windows
I have the following sheet witha Userform. and what i need to do is -
(1). I need the vba code to select a code from the drop down ComboBox. - (I Already figured it out)
(2). once the code is selected, i need to update the specific value of that row in Column "F" according to the code selected from comboBox. by adding to the already existing value. (Example: code "1" has value "250" in F2, and when i enter new value "100" in the TextBox, i need it to be added to the already existing value and show the new value as "350".
Please someone help me with this coding.
Thanks
(1). I need the vba code to select a code from the drop down ComboBox. - (I Already figured it out)
(2). once the code is selected, i need to update the specific value of that row in Column "F" according to the code selected from comboBox. by adding to the already existing value. (Example: code "1" has value "250" in F2, and when i enter new value "100" in the TextBox, i need it to be added to the already existing value and show the new value as "350".
Please someone help me with this coding.
Thanks