View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
C01d[_3_] C01d[_3_] is offline
external usenet poster
 
Posts: 1
Default VBA - Hex To ASCII


Excel provides the Char(value) function, where value is the decima
representation of the ASCII character. The function returns the ASCI
character represented by the number.

Note that before using this function, your code will have to conver
the hexadecimal value to decimal first

--
C01
-----------------------------------------------------------------------
C01d's Profile: http://www.excelforum.com/member.php...fo&userid=3442
View this thread: http://www.excelforum.com/showthread.php?threadid=54414