| ©«¤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-7-20 16:36 ½s¿è 
 ¦^´_ 1# av8d
 E-HÄæ¨S¸ê®Æ ·|¶]¤@¾ãÄæ ¥[¤W±ø¥ó¤£¥h°õ¦æ
 ½Æ»s¥N½XPrivate Sub UserForm_Initialize()
    Dim d As Object, A
    Set d = CreateObject("Scripting.Dictionary")
    With ActiveSheet
       If .[a2].End(xlDown).Row <> .Rows.Count Then '¥[¤W³o¬q§PÂ_¦³µL¸ê®Æ¸ê
            For Each A In .Range("a2", .[a2].End(xlDown))   
                d(A.Value) = ""
            Next A
            ComboBox1.List = Application.Transpose(d.keys)          '¦P¼Ëªº¸ê®Æ ¤£n¶]3¦¸
            ComboBox9.List = Application.Transpose(d.keys)          '¦P¼Ëªº¸ê®Æ ¤£n¶]3¦¸
           ComboBox10.List = Application.Transpose(d.keys)         '¦P¼Ëªº¸ê®Æ ¤£n¶]3¦¸
            d.RemoveAll
       End If
       If .[B2].End(xlDown).Row <> .Rows.Count Then
            For Each A In .Range("b2", .[B2].End(xlDown))
                d(A.Value) = ""
            Next A
            ComboBox2.List = Application.Transpose(d.keys)
            d.RemoveAll
        End If
'
'
'
 | 
 |