I have this line of code in my project...
.Cells(i, 1) = CStr(CLng(.Cells(i, 2)) & Format(i - 1, "000"))
Its purpose is to create a value for cell A(row) = the combined values of cell B(row) (a true date value formatted as yyyy-mm-dd), and the row number (i) minus 1.
So, if the date value in...