You must use the Chr function. It converts an ascii number to a string(1 char).
Example:
Code:
'Print the char with ascii code 149 in the debug window
Debug.Print Chr(149)