- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 247
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2024-11-14
|
¦^´_ 1# sptakung1 - Sub 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
½Æ»s¥N½X |
|