arkadaşlar bul butonu ile userforma aldığım satırı silme istiyorum. yardımlarınızı bekliyorum. bul makrom
Private Sub CommandButton3_Click()
sat=combobox2.listindex+6
TextBox1 = cells(sat,"a")
TextBox3 = cells(sat,"c")
ComboBox4 = cells(sat,"d")
TextBox5 = cells(sat,"e")
ComboBox3 = cells(sat,"f")
TextBox7 = cells(sat,"g")
TextBox8 = cells(sat,"h")
TextBox9 = cells(sat,"I")
bulunan satır active olamdığından silemiyorum.
Private Sub CommandButton3_Click()
sat=combobox2.listindex+6
TextBox1 = cells(sat,"a")
TextBox3 = cells(sat,"c")
ComboBox4 = cells(sat,"d")
TextBox5 = cells(sat,"e")
ComboBox3 = cells(sat,"f")
TextBox7 = cells(sat,"g")
TextBox8 = cells(sat,"h")
TextBox9 = cells(sat,"I")
bulunan satır active olamdığından silemiyorum.