L Liz May 15, 2009 #1 Were is the best/easiest resource to find character codes to use with the Chr(charcode) function? Thanks, Liz
Were is the best/easiest resource to find character codes to use with the Chr(charcode) function? Thanks, Liz
G Gary''s Student May 15, 2009 #2 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).
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 May 15, 2009 #3 in VBA helpfile you can look under: Character Set (0 – 127) or Character Set (128 – 255)