DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub TextBox9_Change()
On Error Resume Next
If CDate(TextBox9.Text) >= CDate(TextBox1.Text) And CDate(TextBox9.Text) _
<= CDate(TextBox2.Text) Then
OptionButton1.Value = True
ElseIf CDate(TextBox9.Text) >= CDate(TextBox4.Text) And CDate(TextBox9.Text) _
<= CDate(TextBox3.Text) Then
OptionButton2.Value = True
ElseIf CDate(TextBox9.Text) >= CDate(TextBox6.Text) And CDate(TextBox9.Text) _
<= CDate(TextBox5.Text) Then
OptionButton3.Value = True
ElseIf CDate(TextBox9.Text) >= CDate(TextBox8.Text) And CDate(TextBox9.Text) _
<= CDate(TextBox7.Text) Then
OptionButton4.Value = True
End If
End Sub
Dosyayı güncelledim.3 nolu mesajdan indirebilirisiniz.Kusura bakma bir şey daha isteyeceğim bu kodu tarih olarak yazabilir misin?Çünkü o 4 dönem değişebilir.Mesela 01.001.2012-15.02.2012 gibi bir tarih olabilir.
Bir yerde hata vardı.Valla arkadaşım ne desem bilmiyorum.Allah razı olsun...