- Katılım
- 24 Şubat 2006
- Mesajlar
- 265
- Excel Vers. ve Dili
- xp 2003 Türkçe
Merhaba,
aşağıdaki kodları çalıştırınca " Otomation error" (Çağrılan nesne istemcilerinden ayrılmış ) hatası alıyorum. sizce neden olabilir?
Selamlar
Not: Kodlar ekteki dosyada DEĞİŞTİR butonunda yazılıdır.
sor = MsgBox("Bilgileri Değiştirmek istediğinizden emin misiniz?", vbYesNo)
If sor = vbNo Then Exit Sub
sonsat = isimseç.ListIndex + 2
Cells(sonsat, 2) = TextBox1
Cells(sonsat, 3) = TextBox2
Cells(sonsat, 3) = TextBox8
Cells(sonsat, 4) = TextBox3
Cells(sonsat, 5) = TextBox9
Cells(sonsat, 6) = TextBox4
Cells(sonsat, 7) = TextBox5
Cells(sonsat, 8) = TextBox6
Cells(sonsat, 9) = TextBox7
Cells(sonsat, 10) = TextBox10
MsgBox "SEÇİLEN ÜYEYE AİT DEĞİŞİKLİK YAPILMIŞTIR"
aşağıdaki kodları çalıştırınca " Otomation error" (Çağrılan nesne istemcilerinden ayrılmış ) hatası alıyorum. sizce neden olabilir?
Selamlar
Not: Kodlar ekteki dosyada DEĞİŞTİR butonunda yazılıdır.
sor = MsgBox("Bilgileri Değiştirmek istediğinizden emin misiniz?", vbYesNo)
If sor = vbNo Then Exit Sub
sonsat = isimseç.ListIndex + 2
Cells(sonsat, 2) = TextBox1
Cells(sonsat, 3) = TextBox2
Cells(sonsat, 3) = TextBox8
Cells(sonsat, 4) = TextBox3
Cells(sonsat, 5) = TextBox9
Cells(sonsat, 6) = TextBox4
Cells(sonsat, 7) = TextBox5
Cells(sonsat, 8) = TextBox6
Cells(sonsat, 9) = TextBox7
Cells(sonsat, 10) = TextBox10
MsgBox "SEÇİLEN ÜYEYE AİT DEĞİŞİKLİK YAPILMIŞTIR"
Ekli dosyalar
-
129.5 KB Görüntüleme: 4