How to convert character half size (1 byte) to character full size in VBA excel? -


i want convert character half size character full size as:

  • a(1byte) -> a(2byte)
  • 2 half size space --> 1 full size space

i try function strcov in vb excel don't work.

try strconv function using vbwide conversion. believe system locale must set east asia locale.

strconv function on msdn


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -