Dear Forum Member,
I need your help regarding Excel VBA coding.
In sheet1
There are 9 coloumns A1, A2, A3, B1, B2, B3, C1, C2 & C3.
There are 3 Texboxes nanmed (Red, Blue & Green).
There is 1 Combobox containing Categories "A" "B" & "C".
When any numerical or Text value is filled in any or all of the 3 Textboxes (Red, Blue or Green), this happens on clicking the Submit button.
If "A" is selected in the Combobox, then these value from the 3 Textboxes goes into cells A1, A2 & A3 respectively.
If "B" is selected in the Combobox, then these value from the 3 Textboxes goes into cells B1, B2 & B3 respectively.
If "C" is selected in the Combobox, then these value from the 3 Textboxes goes into cells C1, C2 & C3 respectively.
After clearing the form and when new entry is made in the Boxes, The next new entry of new value goes into new Row.
Excel sheet1 contains complete columns and userform.
Sample Sheet shows what I need. (It is in Normal Excel with Normal Formulas)
I need Excel VBA code for this.( I use MS Excel 2007)
(Its like this, the combobox decides the path of Textbox values to the specific cells. The values goes into the cells from the Textboxes and not from cells to textboxes)
Hope some kind person will help me out with this.
Lot of thanks in advance.
Regards,
Mukhtar
I need your help regarding Excel VBA coding.
In sheet1
There are 9 coloumns A1, A2, A3, B1, B2, B3, C1, C2 & C3.
There are 3 Texboxes nanmed (Red, Blue & Green).
There is 1 Combobox containing Categories "A" "B" & "C".
When any numerical or Text value is filled in any or all of the 3 Textboxes (Red, Blue or Green), this happens on clicking the Submit button.
If "A" is selected in the Combobox, then these value from the 3 Textboxes goes into cells A1, A2 & A3 respectively.
If "B" is selected in the Combobox, then these value from the 3 Textboxes goes into cells B1, B2 & B3 respectively.
If "C" is selected in the Combobox, then these value from the 3 Textboxes goes into cells C1, C2 & C3 respectively.
After clearing the form and when new entry is made in the Boxes, The next new entry of new value goes into new Row.
Excel sheet1 contains complete columns and userform.
Sample Sheet shows what I need. (It is in Normal Excel with Normal Formulas)
I need Excel VBA code for this.( I use MS Excel 2007)
(Its like this, the combobox decides the path of Textbox values to the specific cells. The values goes into the cells from the Textboxes and not from cells to textboxes)
Hope some kind person will help me out with this.
Lot of thanks in advance.
Regards,
Mukhtar