- ©«¤l
- 1572
- ¥DÃD
- 16
- ºëµØ
- 2
- ¿n¤À
- 1521
- ÂI¦W
- 0
- §@·~¨t²Î
- xp
- ³nÅ骩¥»
- office 2003
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2016-1-13
|
- Sub yy()
- Dim c As Range, i%
- With Sheet1
- For i = 2 To .[a65536].End(3).Row
- Set c = Sheet2.[a:a].Find(.Cells(i, 2))
- If Not c Is Nothing Then
- .Cells(i, 3).Resize(, 2) = c(1, 2).Resize(, 2).Value
- End If
- Set c = Sheet3.[a:a].Find(.Cells(i, 1))
- If Not c Is Nothing Then
- .Cells(i, 5).Resize(, 3) = c(1, 2).Resize(, 3).Value
- End If
- Next
- End With
- End Sub
½Æ»s¥N½X |
|