How to write and show Myanmar unicode character in vba?

kap pyan 1 Reputation point
2020-12-26T09:03:17.477+00:00

How to write and show Myanmar unicode character in vba?

Developer technologies | Visual Basic for Applications
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Patrick O'Beirne 26 Reputation points
    2020-12-30T17:16:49.637+00:00

    To write it , use char= ChrW$(the unicode character value)
    To show it, write that text to an Excel cell, or use the Windows API MessageboxW to display it.

    This might help:
    http://spreadsheet1.com/how-to-display-foreign-characters-in-vbe.html

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.