| ©«¤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 
         
 | 
                
| ¦^´_ 5# shootingstar ½ÐªþÀɤW¨Ó. ¤~·|¬Ý²M·¡¿ù»~¦bþ¸Ì.
 1¼Óªº¥t¤@¸Ñªk
 
 ½Æ»s¥N½XPrivate Sub CommandButton1_Click()
    Dim S As Worksheet, Rng As Range, R As Range
    With Sheets("¬d¸ßªí")
        .Range("a4").CurrentRegion.Offset(1).Clear
        For Each S In Sheets
            If S.Name Like "*¤ë" Then
                Set Rng = Nothing
                For Each R In S.UsedRange.Rows
                    If R.Cells(1, 2) = .[b1] Then
                        If Rng Is Nothing Then Set Rng = R Else Set Rng = Union(Rng, R)
                    End If
                Next
            End If
            If Not Rng Is Nothing Then Rng.Copy .Range("A" & Rows.Count).End(xlUp).Offset(1)
        Next
    End With
End Sub
 | 
 |