vbLowerCase: Converts the given string to lowercase characters.
Sub strConv2() Debug.Print STRConv("lowerCase", vbLowerCase) End Sub