View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
AlfD[_5_] AlfD[_5_] is offline
external usenet poster
 
Posts: 4
Default hex conversion table

Hi!

If you put a hexadecimal number in A1 then =CHAR(HEX2DEC(A1)) will give
you the corresponding ASCII character.

Alf