I want to format the date output as "mm/dd/yy", however the code is not accomplishing what I want
Original code output display show 1/15/2019
Cells(SRow, 22) = Cells(RowNum, 3)
I tried this, but nothing happens. the output display show 1/15/2019
Cells(SRow, 22) = Format(Cells(RowNum...