- ©«¤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 d As Object, i%, r%, w$, s$, t, c As Range
- [a:c] = ""
- Set d = CreateObject("scripting.dictionary")
- For i = 6 To 10 Step 2
- For Each c In Cells(1, i).Resize(6, 2).SpecialCells(2)
- w = c.Value
- d(w) = d(w) + 1
- Next
- For Each t In d
- If d(t) = 1 Then d.Remove (t)
- Next
- If d.Count > 0 Then
- r = r + 1
- Cells(1, r).Resize(d.Count, 1) = Application.Transpose(d.keys)
- If s = "" Then s = Join(d.keys, "¡B") Else s = s & "¡B" & Join(d.keys, "¡B")
- End If
- d.RemoveAll
- Next
- [a7] = s
- End Sub
½Æ»s¥N½X |
|