±N¤u§@ªí1¡B¤u§@ªí2²Å¦X±ø¥ó¸ê®Æ¥Hfind¾ã¦X¨ì¤u§@ªí3°ÝÃD
| ©«¤l97 ¥DÃD26 ºëµØ0 ¿n¤À158 ÂI¦W0  §@·~¨t²Îwindows ³nÅ骩¥»office2010 ¾\ŪÅv20 ©Ê§O¨k ¨Ó¦Ûtaichung µù¥U®É¶¡2010-9-12 ³Ì«áµn¿ý2019-8-29 
 | 
 ±N¤u§@ªí1¡B¤u§@ªí2²Å¦X±ø¥ó¸ê®Æ¥Hfind¾ã¦X¨ì¤u§@ªí3°ÝÃD
| ¦U¦ì¤jô¦n¡G ¦³Ó°ÝÃD½Ð±Ð:
 §Ún±N²Å¦X¤u§@ªí3ªí³æ¤º®e¥Ñ¤u§@ªí1¡B¤u§@ªí2±a¤J°ÝÃD¡C
 §Ú¥v¥Hfind¥h¼g¦ý¬O¦b¤Á´«¥\¹Lªí®É·|¥X¿ù¡C½Ð±Ð§ÚÀ³¦p¦ó×¥¿¡C
 ªþ¤W½d¨Ò
 ½Æ»s¥N½XSub sech()
Dim i, j As Integer
Dim Nam As String
For i = 2 To 6
Nam = Sheets(3).Cells(i, "a")
Sheets(2).Select
Selection.Find(What:=Nam, After:=ActiveCell _
        , LookIn:=xlFormulas, LookAt:=xlWhole, SearchOrder:=xlByRows, _
        SearchDirection:=xlNext, MatchCase:=True, MatchByte:=False, SearchFormat _
        :=False).Activate
Sheets(3).Cells(i, "b") = ActiveCell.Offset(, 1)
'µLªk¤Á´«°ÝÃD
Sheets(1).Select
Selection.Find(What:=Nam, After:=ActiveCell _
        , LookIn:=xlFormulas, LookAt:=xlWhole, SearchOrder:=xlByRows, _
        SearchDirection:=xlNext, MatchCase:=True, MatchByte:=False, SearchFormat _
        :=False).Activate
Sheets(3).Cells(i, "c") = ActiveCell.Offset(, -1)
Next i
End Sub
 ¬¡¶Ã¯3.rar (12.35 KB) | 
 | 
| lionliu | 
|  |  | 
|  |  | 
| ©«¤l97 ¥DÃD26 ºëµØ0 ¿n¤À158 ÂI¦W0  §@·~¨t²Îwindows ³nÅ骩¥»office2010 ¾\ŪÅv20 ©Ê§O¨k ¨Ó¦Ûtaichung µù¥U®É¶¡2010-9-12 ³Ì«áµn¿ý2019-8-29 
 | 
                
| ¦^´_ 2# yen956 
 ÁÂÁ°աA§Ú¦A¸Õ¤@¤U
 | 
 | 
| lionliu | 
|  |  | 
|  |  | 
| ©«¤l522 ¥DÃD36 ºëµØ1 ¿n¤À603 ÂI¦W0  §@·~¨t²Îwin xp sp3 ³nÅ骩¥»Office 2003 ¾\ŪÅv50 ©Ê§O¨k µù¥U®É¶¡2012-12-13 ³Ì«áµn¿ý2021-7-11 
 | 
                
| ¸Õ¸Õ¬Ý Sub sech()
 Dim i As Integer, j As Integer, Rng
 Dim Nam As String
 For i = 2 To 6
 Nam = Sheets(3).Cells(i, "a")
 Sheets(2).Select
 Set Rng = Range("A:A").Find(What:=Nam, LookIn:=xlFormulas, LookAt:=xlWhole, SearchOrder:=xlByRows, _
 SearchDirection:=xlNext, MatchCase:=True, MatchByte:=False, SearchFormat _
 :=False)
 Sheets(3).Cells(i, "b") = Rng.Offset(, 1)
 
 'µLªk¤Á´«°ÝÃD
 Sheets(1).Select
 Set Rng = Range("B:B").Find(What:=Nam, LookIn:=xlFormulas, LookAt:=xlWhole, SearchOrder:=xlByRows, _
 SearchDirection:=xlNext, MatchCase:=True, MatchByte:=False, SearchFormat _
 :=False)
 Sheets(3).Cells(i, "c") = Rng.Offset(, -1)
 Next i
 End Sub
 | 
 | 
|  | 
|  |  | 
|  |  |