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