I need to test the contents of a user-entered cell for TYPE before running a macro. The cell is formatted for dates, but doesn't stop the user from entering text. The macro I use converts the date to a string and causes a type mismatch if something like "ddd" is in the cell. I've spent quite...