Tagged Questions
2
votes
4answers
457 views
how to extract characters from a Korean string in VBA
Need to extract the initial character from a Korean word in MS-Excel and MS-Access.
When I use Left("νκΈ",1) it will return the first syllable i.e ν, what I need is the initial character i.e γ
.
Is ...