| ½Ð°Ý¦U¦ì¤j¤j ¥Ø«e¦³Ó²Îpªí
 n§R°£©Ò¥]§t¦C¤¤ªÅ¥Õ .«ü©w¤å¦r.¬Û¦ü¤å¦rµ¥±ø¥óªº¸ê®Æ
 ¦ý¦ü¥G¶]ªº®É¶¡¦³ÂI¤[  ¤£ª¾¥i§_À°¦£¬O§_¦³¥iºë¶i¤§³B?
 For i = [a5000].End(xlUp).Row To 6 Step -1
 If Cells(i, "A")="" _
 Or Left(Cells(i, 1), 4) = "¸ê®Æ" _
 Or Left(Cells(i, 1), 2) = "³æ¦ì" _
 Or Left(Cells(i, 1), 3) = "³æ ¦ì" _
 Or Left(Cells(i, 1), 4) = "³æ  ¦ì" _
 Or Left(Cells(i, 1), 5) = "³æ   ¦ì" _
 Or Left(Cells(i, 1), 6) = "³æ    ¦ì" _
 Or Left(Cells(i, 1), 2) = "³Æµù" _
 Or Left(Cells(i, 1), 3) = "³Æ µù" _
 Or Left(Cells(i, 1), 2) = "·F¨Æ" _
 Or Left(Cells(i, 1), 2) = "§Þ¤h" _
 Or Left(Cells(i, 1), 2) = "§Þ¦õ" _
 Or Left(Cells(i, 1), 2) = "²Õû" _
 Or Left(Cells(i, 1), 2) = "½Òû" _
 Or Left(Cells(i, 1), 5) = "ªvÀø®v" _
 Or Left(Cells(i, 1), 5) = "¤u§@®v" _
 Or Left(Cells(i, 1), 5) = "ªvÀø®v" _
 Or Left(Cells(i, 1), 5) = "Àç¾i®v" _
 Or Left(Cells(i, 1), 3) = "§U²z" _
 Or Left(Cells(i, 1), 3) = "¦õ²z" _
 Or Left(Cells(i, 1), 3) = "ºÞ²z" _
 Or Left(Cells(i, 1), 4) = "¨Æ°È" _
 Or Left(Cells(i, 1), 4) = "²Õªø" _
 Or Left(Cells(i, 1), 4) = "¥D¥ô" _
 Or Left(Cells(i, 1), 4) = "·~°È" _
 Or Left(Cells(i, 1), 4) = "¦æ¬F" _
 Or Cells(i, 1).Value = "³Æµù: ¨´®ÉÄæ¦ìÅã¥Ü" _
 Or Cells(i, 1).Value = "¾ºÙ" _
 Or Left(Cells(i, 1), 2) = "¬d¸ß" Then
 Rows(i).Delete
 End If
 Next i
 |