DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub TextBox1_Change()
If TextBox1.Value = "" Then
TextBox1.BackColor = &HC000&
Else
TextBox1.BackColor = &HFF&
End If
End Sub
Private Sub TextBox2_Change()
If TextBox1.Value = "" Then
TextBox2.BackColor = &HC000&
Else
TextBox2.BackColor = &HFF&
End If
End Sub
Private Sub UserForm_Initialize()
TextBox1.BackColor = &HC000&
TextBox2.BackColor = &HC000&
End Sub
Rica ederim.İyi çalışmalar...ogretmen, kodlar icin tesekkürler.
saygilar