- Katılım
- 29 Haziran 2007
- Mesajlar
- 201
- Excel Vers. ve Dili
- ofis20007
slm.arkadaşlar comboboxta bir veri seçtikten sonra yeni kayıt dendiği zaman hata veriyor.form hata mesajı veriyor.
Ekli dosyalar
-
258.5 KB Görüntüleme: 5
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
If TextBox9 = "" Then TextBox9 = 0
Private Sub YENİKAYIT_Click()
TextBox1 = 0
TextBox2 = 0
TextBox3 = 0
TextBox4 = 0
TextBox5 = 0
TextBox6 = 0
TextBox7 = 0
TextBox8 = 0
TextBox9 = 0
TextBox10 = 0
TextBox11 = 0
TextBox12 = 0
TextBox13 = 0
TextBox14 = 0
TextBox15 = 0
TextBox16 = 0
TextBox17 = 0
TextBox18 = 0
TextBox19 = 0
TextBox20 = 0
TextBox21.Text = [AZ1]
Dim alan, satırsayısı, sonsatır
Set alan = Cells(1, 1).CurrentRegion
satırsayısı = alan.Rows.Count
sonsatır = satırsayısı + 1
Cells(sonsatır, 1).Select
İPTAL.Visible = True
KAYIT.Visible = True
YENİKAYIT.Visible = False
End Sub
hata kodu olanPrivate Sub TextBox10_Change()
On Error Resume Next
bunu change olayının hemen altına koymalısınOn Error Resume Next