Excel VisualBasic Script

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