| ©«¤l4901 ¥DÃD44 ºëµØ24 ¿n¤À4916 ÂI¦W267  §@·~¨t²ÎWindows 7 ³nÅ骩¥»Office 20xx ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥x¥_ µù¥U®É¶¡2010-4-30 ³Ì«áµn¿ý2025-10-31 
                
 | 
                
| ¦^´_ 1# sptakung1 ½Æ»s¥N½XSub Ex()
Set d = CreateObject("Scripting.Dictionary")
With Sheet3
  For Each A In .Range(.[A2], .[A2].End(xlDown))
     For Each c In A.Offset(, 1).Resize(, 4)
        d(A & c) = A.Offset(, 5)
     Next
  Next
End With
With Sheet6
For i = 5 To 35
  For j = 4 To 70 Step 3
  mystr = .Cells(3, i) & .Cells(j + 1, 1)
  .Cells(j, i) = d(mystr)
  Next
Next
End With
End Sub
 | 
 |