: Hi,
:
: Sorry for disturd you again, regarding of the code that you had given, i was trying but i m failed, can you give me more example.....
: THANK A LOT
:
MsgBox LCase$("I'm so sad...")
MsgBox LCase$("i'M sO SAd...")
MsgBox LCase$("I'M SO SAD...")
LCase$ returns the string with all lowercase. UCase$ returns the string with all uppercase.