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

[µo°Ý] ¦p¸ê®Æ¦æ¡B¦C¼Æ¤£¤@©w¦p¦ó²Î¤@¦X¨Ö¬°¨âÄd¥B¥HªÅ®æ¤À¶}

§e¤W ¦]¸ê®Æµ§¼Æ¸û¦h ½Ð¦U¦ì«e½ú½ç±Ð ·P®¦
billchenfantasy µoªí©ó 2013-2-18 14:16


Æ[¬Ý§AÁ|¨Òªºµ²ªG»P¤W¤è­ì½Z¤º®e¦ü¥G¦³³¡¤À¦a¤èµLªk¹ïÀ³,¨Ò¦p :
M12 ÁöµM¦³¹ïÀ³ 2002/9/24
¦ý§ä¤£¨ì M63 (0-0 2-2) ¸Ìªº 2-2 (M64 ¬O 1974/8/22 2002/9/24)
¬G°²³]§A­ì½Z¤¤ Plan_Dat_5 »P Plan_Dat_6 (§Y L Äæ»P M Äæ¶¡)¤¤¶¡¦³¤@Äæ³Q»~§R¤F.
©³¤Uªºµ{¦¡¬O¥H¦¹°²³]¬°°ò¦°µ¥X¨Óªº.
  1. Sub ex()
  2.   Dim iCols%, iCol%
  3.   Dim lRows As Long, lRow As Long
  4.   
  5.   iCols = Cells(1, Columns.Count).End(xlToLeft).Column
  6.   Range(Columns(iCols - 1), Columns(iCols)).Cut
  7.   Columns(3).Insert xlShiftToRight
  8.   lRows = Cells(Rows.Count, 1).End(xlUp).Row
  9.   
  10.   For lRow = 2 To lRows
  11.     For iCol = 3 To iCols Step 2
  12.       If Cells(lRow, iCol) <> "" Then
  13.         Cells(lRow, 1) = Cells(lRow, 1) & " " & Cells(lRow, iCol)
  14.         Cells(lRow, iCol) = ""
  15.         Cells(lRow, 2) = Cells(lRow, 2) & " " & Cells(lRow, iCol + 1)
  16.         Cells(lRow, iCol + 1) = ""
  17.       End If
  18.     Next iCol
  19.   Next lRow
  20.   End Sub
½Æ»s¥N½X

TOP

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