Private sub CommandButton4_Click
Sheet3.Activate
Q=0
xxx=4
""=Do Until Sheet1.Cells(xxx,"A").Text
If me.ComboBox1.Text=Sheet1.Cells(xxx,"A").Text Then
Q=1
kk=msgBox("هل تريد الالغاء"),yasNox
if kk=vbyas then
ActiveCell.EntireRow.Delete
Else
msgbox("لم يتم الالغاء")
end if
end if
xxx=xxx+1
Loop
end sub