Public Function IsNotUpperCase( _ ByVal vValue As Variant _ ) As Variant
IsNotUpperCase("abcdef 123456 !@#$%^") = True IsNotUpperCase("abcdef ABCDEF 123456") = False IsNorUpperCase("") = TrueSee also:
IsNotLowerCase Function IsUpper Function LCase Function (Visual Basic)vValue: The string which is to be checked for the absence of upper-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.