View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Find Character Codes

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).
--
Gary''s Student - gsnu200853


"Liz" wrote:

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

Thanks,
Liz