Mega Code Archive

 
Categories / VisualBasic Script / Data Type Functions
 

Use the Chr() and Asc() functions to convert between the numerical and string representations of VBAs character code s

Sub chrDemo()     MsgBox Chr(65) End Sub