Convert a string to upper-case.
Syntax Ucase(string) Key string A string or string expression.
Examples
Dim strDemo
strDemo = Ucase("12 Acacia Gardens")
Msgbox strDemo
Returns "12 ACACIA GARDENS "
“Those who cannot hear an angry shout may strain to hear a whisper” ~ Leonard Nimoy
Related:
LCase - Convert a string to lower-case.
If..Then - Conditionally execute a block of statements