Public Function IsNotLowerCase( _
ByVal vValue As Variant _
) As Variant IsNotLowerCase("ABCDEF 123456 !@#$%^") = True
IsNotLowerCase("ABCDEF abcdef 123456") = False
IsNotLowerCase("") = TrueSee also: IsNotUpperCase Function
IsLower Function
UCase Function (Visual Basic)vValue: The string which is to be checked for the absence of lower-case alphabetic characters. Function returns Null if vValue is Null or cannot be fixed up to a String. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.