Belleke
Well-Known Member
I have a userform with 1 combobox and 2 textboxes.
In column A I have names from A3 down, in row 2 from B2 to the left I have dates.
I am trying to find a code that looks at the combobox value (name) and the textBox1 value (date) an than fills the correct cell with the value of textbox 2
for example The combobox.value (name) is in A4 and the textbox1 value (date) is in E2 then the textbox2 value has to go in cell E4
thanks in advance.
See example.
In column A I have names from A3 down, in row 2 from B2 to the left I have dates.
I am trying to find a code that looks at the combobox value (name) and the textBox1 value (date) an than fills the correct cell with the value of textbox 2
for example The combobox.value (name) is in A4 and the textbox1 value (date) is in E2 then the textbox2 value has to go in cell E4
thanks in advance.
See example.