- ©«¤l
- 45
- ¥DÃD
- 1
- ºëµØ
- 0
- ¿n¤À
- 51
- ÂI¦W
- 0
- §@·~¨t²Î
- windows 7
- ³nÅ骩¥»
- office 2003
- ¾\ŪÅv
- 20
- µù¥U®É¶¡
- 2013-4-16
- ³Ì«áµn¿ý
- 2013-12-30
|
¦^´_ 3# paddyliu
move delete command outside "for loop"?- Sub åªR§RªÅ()
- For Each a In Range("A:A")
- h = Split(a, "|", 30, vbDatabaseCompare)
- i = 1
- For Each b In h
- a.Offset(columnoffset:=i) = b
- i = i + 1
-
- Next
- Next
- With Range("A1: BB1000").SpecialCells(xlCellTypeBlanks).Delete
- End With
- End Sub
½Æ»s¥N½X |
|