U CASE AND L CASE
U CASE AND L CASE
Rate U CASE AND L CASE
(3(3 Vote))
If text1.txt = Then
Msgbox "enter the text"
Else If
str1 = txt1.text
str2 = U Case (str1)
txt.text = str2
End If
End Sub
Private Sub Command2_Click
If text1.txt = Then
Msgbox "enter the text"
Else If
str1 = txt1.text
str2 = L Case (str1)
txt.text = str2
End If
End Sub
U CASE AND L CASE Comments
No comments yet — be the first to post one!
Post a Comment