Declare and compare a variable with Khmer unicode string in VBA, excel -
khmer unicode character string different other unicode character, can't write on vba editor of excel or ms access.
how declare variable , assign khmer unicode string?
of course refer answer in declaring unicode string in vba in excel answer khmer unicode issue in excel vba well.
i used tool: http://rishida.net/tools/conversion/ translate khmer unicode string hexa , added each hexadecimal use in vba &h.
example of writing: ល.រ vba variable:
dim mystr string mystr = chrw(&h179b) & "." & chrw(&h179a) more detail in post: http://ask.osify.com/qa/231
Comments
Post a Comment