Check if an excel cell is formatted as a date

Hi @ctkoh
DateTime.TryParseExact(strinput.ToString,“MM/dd/yyyy hh:mm:ss”, System.Globalization.CultureInfo.InvariantCulture, System.Globalization.DateTimeStyles.None, Nothing)
Inside if use this condition if it is true then leave it otherwise in else section.