Checks if all letters in a string are uppercase.
Checks if all letters in a string are uppercase.
Rate Checks if all letters in a string are uppercase.
(1(1 Vote))
If str = "" Then Exit Function
IsUpperCase = (UCase(str) = str)
End Function
Checks if all letters in a string are uppercase. Comments
No comments yet — be the first to post one!
Post a Comment