Public Function IsNumber( _
ByVal vValue As Variant _
) As Boolean IsNumber(34) = True
IsNumber(1234.56) = True
IsNumber(#12/31/95#) = True
IsNumber("34") = False
IsNumber("A word.") = FalseSee also: IsFloatingPointDataType Function
IsWholeDataType FunctionvValue: Value whose data type is examined to see if it is numeric. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.