StrConv("ALL LOWERCASE ", vbLowerCase)
Sub STRConvDemo() Cells(3, "A").Value = STRConv("ALL LOWERCASE ", vbLowerCase) End Sub