Public Function VT( _ ByVal vValue As Variant _ ) As String
VT("A Phrase.") = "String" VT(123) = "Integer" VT(123.45) = "Double" VT(#1/1/2001#) = "Date"See also:
VarTypeToString Function VarType Function (Visual Basic)vValue: Function returns the name of the Visual Basic data type of this argument.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.