- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
|
¦^´_ 5# shootingstar
½ÐªþÀɤW¨Ó. ¤~·|¬Ý²M·¡¿ù»~¦bþ¸Ì.
1¼Óªº¥t¤@¸Ñªk
- Private 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
½Æ»s¥N½X |
|