| ©«¤l5923 ¥DÃD13 ºëµØ1 ¿n¤À5986 ÂI¦W0  §@·~¨t²Îwin10 ³nÅ骩¥»Office 2010 ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥xÆW°ò¶© µù¥U®É¶¡2010-5-1 ³Ì«áµn¿ý2022-1-23 
         
 | 
                
| ¥»©«³Ì«á¥Ñ GBKEE ©ó 2012-10-1 16:25 ½s¿è 
 ¦^´_ 1# yangjie
 ¸Õ¸Õ¬Ý
 ½Æ»s¥N½XSub 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
 | 
 |