Chr() Returns the character represented by the character code. : Chr « Data Type Functions « VBA / Excel / Access / Word






Chr() Returns the character represented by the character code.

 
Sub strDemo18()
   Debug.Print Chr(65)
End Sub

 

Related examples in the same category

1.Using the Chr Function and Constants to Enter Special Characters in a String