ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   combobox auto fill in unicode... (https://www.excelbanter.com/excel-programming/369589-combobox-auto-fill-unicode.html)

tom taol

combobox auto fill in unicode...
 

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 ***


All times are GMT +1. The time now is 10:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com