- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 93
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2025-4-18
               
|
¦^´_ 9# b9208 - Sub deldata_1()
- Dim c As Range
- With Sheets("WW").UsedRange.Offset(1, 0)
- Set c = .Find(Sheets("WW").Cells(1, 1), Lookat:=xlWhole)
- If Not c Is Nothing Then
- Do
- c.Resize(5, 15).Delete (2)
- Set c = .Find(Sheets("WW").Cells(1, 1), Lookat:=xlWhole)
- Loop Until c Is Nothing
- Else
- MsgBox "¨S¦³§ä¨ì"
- End If
- End With
- End Sub
½Æ»s¥N½X |
|