vbUnicode: Converts the given string to Unicode using the system's default code page. : StrConv « String Functions « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- String Functions
- StrConv
vbUnicode: Converts the given string to Unicode using the system's default code page.
Sub strConv4()
Debug.Print STRConv("lowerCase", vbUnicode)
End Sub
Related examples in the same category