Hi;
Ran into a data conversion issue, some dates have a trailing zero behind it, have a few thousand rows affected.
Can I use vba to get rid of them, without removing legitimate zeros from the actual dates? Unique values below:
1/1/2007 0
1/1/2010 0
1/1/2013 0
1/1/2014 0
1/1/2015 0
1/1/2016 0...