Find Character Codes

  • Thread starter Thread starter Liz
  • Start date Start date
L

Liz

Were is the best/easiest resource to find character codes to use with the
Chr(charcode) function?

Thanks,
Liz
 
Use a worksheet:

1. Format the cells in column A as Arial Unicode MS
2. In A1 enter: =CHAR(ROW()) and copy down

You will see the character in column A right next to the row indicator
(which is the code).
 
in VBA helpfile you can look under:

Character Set (0 – 127)

or

Character Set (128 – 255)
 
Back
Top