Sn GKMER
Userform üzerinde textbox'tan başka bir de commandbutton oluşturun ve textbox ile commanbutton'a aşağıdaki kodları yazın. Uygulanmış dosya da ektedir.
[vb:1:1c097da072]Private Sub CommandButton1_Click()
[a2].Value = TextBox2.Value
End Sub
Private Sub TextBox2_enter()
TextBox2.Value = [a2].Value
End Sub[/vb:1:1c097da072]
Userform üzerinde textbox'tan başka bir de commandbutton oluşturun ve textbox ile commanbutton'a aşağıdaki kodları yazın. Uygulanmış dosya da ektedir.
[vb:1:1c097da072]Private Sub CommandButton1_Click()
[a2].Value = TextBox2.Value
End Sub
Private Sub TextBox2_enter()
TextBox2.Value = [a2].Value
End Sub[/vb:1:1c097da072]