ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

Àx¦s®æµ{¦¡¸Ó¦p¦ó°}¦C´`Àô

¦^´_ 1# yueh0720
  1. Sub ex()
  2. With ActiveSheet
  3. For Each a In .Range("P:P").SpecialCells(xlCellTypeConstants, xlNumbers)  'PÄæ¼Æ­ÈÀx¦s®æ
  4.    With a.Offset(, -13).Resize(, 12)
  5.       .Value = a.Resize(, 12).Value
  6.    End With
  7. Next
  8. End With
  9. End Sub
½Æ»s¥N½X
¾Ç®üµL²P_¤£®¢¤U°Ý

TOP

        ÀR«ä¦Û¦b : «Î¼e¤£¦p¤ß¼e¡C
ªð¦^¦Cªí ¤W¤@¥DÃD