- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 61
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2025-3-12
               
|
¦^´_ 10# john2006168 - Sub nn()
- Dim Rng As Range
- [A10].Insert xlToRight
- [A10] = "plt no"
- Set Rng = Range([A11], [A65536].End(xlUp)).SpecialCells(xlCellTypeConstants)
- For i = 1 To Rng.Areas.Count
- mystr = Rng.Areas(i).Address
- Rng.Areas(i).Insert xlToRight
- Range(mystr).Value =format( i,"'00")
- Next
- Range([A11], [A65536].End(xlUp)).SpecialCells(xlCellTypeBlanks).EntireRow.Delete
- End Sub
½Æ»s¥N½X |
|