Asagidaki kod da Userform icindeki Texbox 1 girdigim sayiyi Sayfa 3 de c23 hücresine aynen nasil akatarabilirim.
Private Sub ComboBox3_Change()
If TextBox1.Value < 40 And ComboBox3.Value = "S 235" Then
TextBox2.Value = 360
TextBox3.Value = 0.8
Range("c24").Value = "S 235"
Range("c25").Value = 360
Range("c26").Value = 0.8
End If
End Sub
Private Sub ComboBox3_Change()
If TextBox1.Value < 40 And ComboBox3.Value = "S 235" Then
TextBox2.Value = 360
TextBox3.Value = 0.8
Range("c24").Value = "S 235"
Range("c25").Value = 360
Range("c26").Value = 0.8
End If
End Sub
