The combobox in the userform have problem automate fill in case korean
language.

the englisth or number is working well, normally.

for example...

Private Sub UserForm_Initialize()
Me.ComboBox1.AddItem "kdo"
Me.ComboBox1.AddItem "kdpo"
Me.ComboBox1.AddItem "78"
Me.ComboBox1.AddItem "¿ì³ª¶ó"
Me.ComboBox1.AddItem "79"
Me.ComboBox1.AddItem "¿ì»ó³ª¶ó"
End Sub

following upper
In that case "k" input in the combobox1, "kdpo" has activate in blue
color in backcolor.
in that case "7" input,,, like that, the same

but "¿ì" is not.......

how can I ????



*** Sent via Developersdex http://www.developersdex.com ***