I'm not questioning your code or your use of implicit type conversions. The variable declaration was DateTime which isn't a datatype in VBA, the equivalent is Date. And the type conversion functions used were Date(), but then again the VBA equivalent is CDate() or DateValue(). Also, for a...