UsefulGyaan Has Posted the Following On 06-03-2013 10:29 PM:

In Microsoft Excel, this function returns TRUE if the expression is a DATE, otherwise FALSE. The Syntax for the function is: IsDate(expression) And the examples are: *Isdate("January,2013") 'will return True Isdate("23 January,2013") 'will return True Isdate("January 23,2013")** 'will return True Isdate("22-1-2013") ' will return True BUT IsDate("Theodoulus 22 Jan, 1985") ' will return False Filed […]





IsDate() Function : VBA