| ©«¤l2843 ¥DÃD10 ºëµØ0 ¿n¤À2899 ÂI¦W0  §@·~¨t²Î¡e²¤¡f ³nÅ骩¥»¡e²¤¡f ¾\ŪÅv100 ©Ê§O¨k ¨Ó¦Û¡e²¤¡f µù¥U®É¶¡2013-5-13 ³Ì«áµn¿ý2025-10-18 
 | 
                
| Sub Del_Lab() Dim xC As Range, xR As Range, xU As Range
 For Each xR In ActiveSheet.UsedRange.Columns(1).Cells
 If xR <> "ª««~½s¸¹" Or xR.Row <= 4 Then GoTo 101
 Set xC = xR(-2, 1).Resize(4)
 If xU Is Nothing Then Set xU = xC Else Set xU = Union(xU, xC)
 101: Next
 If Not xU Is Nothing Then xU.EntireRow.Delete
 End Sub
 | 
 |