P
pswanie
Would there be a loop code i can use to do the following?
Pritate Sub textbox1_change()
sheet2.select
sheet2.range("c1").select
selection.value=userform2.textbox1.value
label101.caption=sheet2.range("e1").value
end sub
Pritate Sub textbox2_change()
sheet2.select
sheet2.range("c2").select
selection.value=userform2.textbox2.value
label102.caption=sheet2.range("e2").value
end sub
Pritate Sub textbox3_change()
sheet2.select
sheet2.range("c3").select
selection.value=userform2.textbox3.value
label103.caption=sheet2.range("e3").value
end sub
Pritate Sub textbox1_change()
sheet2.select
sheet2.range("c1").select
selection.value=userform2.textbox1.value
label101.caption=sheet2.range("e1").value
end sub
Pritate Sub textbox2_change()
sheet2.select
sheet2.range("c2").select
selection.value=userform2.textbox2.value
label102.caption=sheet2.range("e2").value
end sub
Pritate Sub textbox3_change()
sheet2.select
sheet2.range("c3").select
selection.value=userform2.textbox3.value
label103.caption=sheet2.range("e3").value
end sub