- Katılım
- 12 Ocak 2007
- Mesajlar
- 465
- Excel Vers. ve Dili
- 2003
hocalarım biraz biraz bu işi sökmeye başlamıştım sayenizde ama takıldım.vereceğim kod bul ile bulunan tüm satırı silip alttaki satırı yukarıya alıyor oysa ben B..:T..arasını(bul ile bulunan arama sonucunu) A sütununu ellemeden silmesini ve satırların yerinde kalmasını istiyorum(yukarı kaydırmasın)
Private Sub CommandButton4_Click()
ActiveSheet.Unprotect Password:="0"
If ADI.Text = "" Then
MsgBox "LÜTFEN ÜYENİN ADINI VE SOYADINI GİRİNİZ!!!"
Exit Sub
End If
MsgBox "SİLME İŞLEMİNİ ONAYLAYINIZ!!!"
satır = ActiveCell.Row
Rows(satır).Delete Shift:=xlUp
ADI.Text = ""
BABAADI.Text = ""
ANAADI.Text = ""
DOĞUMYERİ.Text = ""
DOĞUMTARİHİ.Text = ""
UYRUĞU.Text = ""
MEDENİHAL.Text = ""
ADRES.Text = ""
CÜZDAN.Text = ""
CİLTNO.Text = ""
İL.Text = ""
İLÇE.Text = ""
KÖY.Text = ""
TEL.Text = ""
GÖREV.Text = ""
KARAR.Text = ""
ÜYELİKTARİHİ.Text = ""
ÜYELİKTENAYRILIŞ.Text = ""
AİDAT.Text = ""
ActiveSheet.Protect Password:="0"
End Sub
ilginize teşekkürler
Private Sub CommandButton4_Click()
ActiveSheet.Unprotect Password:="0"
If ADI.Text = "" Then
MsgBox "LÜTFEN ÜYENİN ADINI VE SOYADINI GİRİNİZ!!!"
Exit Sub
End If
MsgBox "SİLME İŞLEMİNİ ONAYLAYINIZ!!!"
satır = ActiveCell.Row
Rows(satır).Delete Shift:=xlUp
ADI.Text = ""
BABAADI.Text = ""
ANAADI.Text = ""
DOĞUMYERİ.Text = ""
DOĞUMTARİHİ.Text = ""
UYRUĞU.Text = ""
MEDENİHAL.Text = ""
ADRES.Text = ""
CÜZDAN.Text = ""
CİLTNO.Text = ""
İL.Text = ""
İLÇE.Text = ""
KÖY.Text = ""
TEL.Text = ""
GÖREV.Text = ""
KARAR.Text = ""
ÜYELİKTARİHİ.Text = ""
ÜYELİKTENAYRILIŞ.Text = ""
AİDAT.Text = ""
ActiveSheet.Protect Password:="0"
End Sub
ilginize teşekkürler