CStr() converts value to String : CStr « Data Type Functions « VBA / Excel / Access / Word






CStr() converts value to String

 
Sub str()
    Debug.Print CStr(10019)
End Sub

 

Related examples in the same category