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

[µo°Ý] ¿ù»~1004

[µo°Ý] ¿ù»~1004

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À°À°¦£  ÁÂÁ  :  )
  1. Sub CommandButton1_Click()

  2.     For i = 5 To 10
  3.         
  4.         MsgBox "Sheets: " & i
  5.         
  6.         With Worksheets(i)
  7.         
  8.         row_from = .Range("A35536").End(xlUp).row
  9.         
  10.         For j = 2 To row_from

  11.             If .Range("S" & j) <> 0 Then
  12.             MsgBox "Äæ¦ì: " & j
  13.             row_to = Worksheets(4).Range("A35536").End(xlUp).row + 1
  14.             .Range(Cells(j, 1), Cells(j, 23)).Copy      <------¿ù»~1004
  15.             Worksheets(4).Cells(row_to, 1).PasteSpecial Paste:=xlPasteAll
  16.             .Range(Cells(j, 1), Cells(j, 23)).Interior.Color = 65535

  17.             End If
  18.         Next
  19.         End With
  20.     Next
  21.    
  22. End Sub
½Æ»s¥N½X

¦^´_ 2# GBKEE


ªO¤j§A¯uªº¬O±Ï¬P!!!

ÁÂÁ§A

·Q¯}ÀY¤@ª½§ä¤£¨ì ­ì¨Ó¬O®t¦b¨º¤p¤pªº¤@ÂI@@

TOP

¦^´_ 4# GBKEE

§ÚÁÙ¯u¤£ª¾¦³³o·L§®ªº®t²§

¦ý¦pªG .Range(.Cells(j, 1), .Cells(j, 23)).Copy

©ñ¦b¤@¯ë¼Ò²Õ(Module)©Î ThisWorkbook¤W

¤]¥i¥H¹B¦æ¶Ü???

TOP

        ÀR«ä¦Û¦b : ¦h°µ¦h±o¡C¤Ö°µ¦h¥¢¡C
ªð¦^¦Cªí ¤W¤@¥DÃD