March 2003
Intermediate to advanced
512 pages
14h 30m
English
UCase Function
UCase(string)stringUse: Required
Data Type: String
A valid string expression.
A String.
Converts a string to uppercase.
UCase affects only lowercase
alphabetical letters; all other characters within
string remain unaffected.
UCase returns Null if
string contains a Null.
VBA includes a UCase$ function that returns an uppercase string rather than a uppercase string variant. Because VBScript does not support strong typing, the function is not implemented in VBScript.
Read now
Unlock full access