Convert a string to lower-case.
Syntax Lcase(string) Key string A string or string expression.
Examples
Dim strDemo
strDemo = Lcase("12 ACACIA Gardens")
Msgbox strDemo
Returns "12 acacia gardens"
“Graze on my lips, and if those hills be dry, Stray lower, where the pleasant fountains lie” ~ Shakespeare (Venus and Adonis)
Related:
UCase - Uppercase String
If..Then - Conditionally execute a block of statements