G Guest Jul 8, 2005 #1 Is there a VB function which can be used to check that a date is valid? Thanks, Seth
D Dirk Goldgar Jul 8, 2005 #2 Seth said: Is there a VB function which can be used to check that a date is valid? Click to expand... The IsDate() function will tell you if a string can be interpreted as a date, but what constitutes a *valid* date depends on the circumstances.
Seth said: Is there a VB function which can be used to check that a date is valid? Click to expand... The IsDate() function will tell you if a string can be interpreted as a date, but what constitutes a *valid* date depends on the circumstances.