vbUnicode: Converts the given string to Unicode using the system's default code page.
Sub strConv4() Debug.Print STRConv("lowerCase", vbUnicode) End Sub