[VBA][excel] Occurred error When Using 'Japanese - Katakana' in 'inStr' -


i'm korean data analyst. used korean version windows 7 , os.

i have problem instr in vba (excel). in normal case, instr generate accurate number @ "c2" indicating starting point number @ "a2" string

here normal sample: alphabet

even korean, , japanese (hiragana) have no problem too. please excuse me can't more sample because have not enough reputation point in site.

but, there occur error when use japanese-katakana error message below sentence.

'7' runtime error has occurred, not enough memory

refer sample: the error case - japanese - (katakana)

i have embarrassed 1 error , trying solve problem, still don't know how.

i hope advice me opinion , solution.
thanks


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -