WorksheetFunction.Unichar (Excel)

Returns the Unicode character referenced by the given numeric value.

Unichar (Arg1)

Arg1: Unicode number representing a character.


Dim dblArg1 As Double: dblArg1 = 
Dim strUnichar As String
strUnichar = WorksheetFunction.Unichar(Arg1:=dblArg1)