- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
|
¥»©«³Ì«á¥Ñ GBKEE ©ó 2012-10-1 16:25 ½s¿è
¦^´_ 1# yangjie
¸Õ¸Õ¬Ý- Sub Ex()
- Dim D As Object, R As Range
- Set D = CreateObject("Scripting.Dictionary")
- With Sheets("°ò¥»¸ê®Æ")
- For Each R In .Range(.Cells(2, 3), .Cells(65536, 4).End(xlUp)).Rows
- D(R) = ""
- Next
- End With
- If D.Count = 0 Then Exit Sub
- With ListBox1
- .ColumnCount = 2
- .List = Application.Transpose(Application.Transpose(D.keys))
- End With
- End Sub
½Æ»s¥N½X |
|