GOOGLE¤F¤@¤U¦n¹³±`±`¦³³oºØ±¡ªp
¶]¨ì ".Range(Cells(j, 1), Cells(j, 23)).Copy"
´Nµo¥Í¿ù»~¤F
§Ú¤@ª½§ì¤£¥X°ÝÃD@@
§Ú³æ¿W§ì¥X¿ù»~¨º¦æ°õ¦æÁÙ¥i¥H¶]
¤£ª¾¬OþÃä¥X¿ù¤F
³Â·Ð¦U¦ì¤j¤jÀ°À°¦£ ÁÂÁ : )- Sub CommandButton1_Click()
- For i = 5 To 10
-
- MsgBox "Sheets: " & i
-
- With Worksheets(i)
-
- row_from = .Range("A35536").End(xlUp).row
-
- For j = 2 To row_from
-
- If .Range("S" & j) <> 0 Then
- MsgBox "Äæ¦ì: " & j
- row_to = Worksheets(4).Range("A35536").End(xlUp).row + 1
- .Range(Cells(j, 1), Cells(j, 23)).Copy <------¿ù»~1004
- Worksheets(4).Cells(row_to, 1).PasteSpecial Paste:=xlPasteAll
- .Range(Cells(j, 1), Cells(j, 23)).Interior.Color = 65535
- End If
- Next
- End With
- Next
-
- End Sub
½Æ»s¥N½X |