| ©«¤l5923 ¥DÃD13 ºëµØ1 ¿n¤À5986 ÂI¦W0  §@·~¨t²Îwin10 ³nÅ骩¥»Office 2010 ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥xÆW°ò¶© µù¥U®É¶¡2010-5-1 ³Ì«áµn¿ý2022-1-23 
         
 | 
                
| ¦^´_ 1# ´Ñ»y³¾»ï ½Æ»s¥N½XSub Ex()
    Dim E, Rng As Range
    With Sheets("¸ê®Æ½Æ»s°Ï")
        For Each E In Array(1, 3, 5)
            Set Rng = .Range(.Columns(E).Cells(2), .Columns(E).Cells(2).End(xlDown))
            With Sheets("¸ê®ÆÂH¶K°Ï").Range("A" & Rows.Count).End(xlUp)
                If .Cells(1).Row = 1 Then
                    .Cells(1).Resize(Rng.Rows.Count) = Rng.Value
                Else
                    .Cells(2).Resize(Rng.Rows.Count) = Rng.Value
                End If
            End With
        Next
    End With
End Sub
 | 
 |