Find Character Codes

L

Liz

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

Thanks,
Liz
 
G

Gary''s Student

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).
 
J

john

in VBA helpfile you can look under:

Character Set (0 – 127)

or

Character Set (128 – 255)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top