A ucase例子:Dim a As String, b As Stringa = "hello world"b = UCase(a)MsgBox b
Ucase是小写转大写.lcase是大写转小写
a