Hello
We have a sheet that includes the date in custom date format (13/03/2018 8:15:00 AM)
We are using the below code to convert the date to different format and into text (Day of the week is hidden at this time)
<CODE>
Dim c As Range
For Each c In ws.UsedRange.Columns("C").Cells...