When I extract my data, not all of the dates are in the same format. I can format the date to appear as mm/dd/yyyy, however, the value in some of the cells still includes time detail. How do I get rid of the time and retain the date?
Columns("E:G").NumberFormat = "mm/dd/yyyy"