You are on page 1of 1

Sub aminusc()

Dim j As Range
For Each j In Selection
j.Value = StrConv(j.Value, vbLowerCase)
Next j
End Sub

You might also like