HI Guys,
I have found the following code on this site which formats a column to a date, please can anyone help me change it to format row 5
Thanks
I have found the following code on this site which formats a column to a date, please can anyone help me change it to format row 5
Code:
[COLOR=#333333]Sub FixDates()[/COLOR] Columns("A").TextToColumns
Range("A1", Cells(Rows.Count, "A").End(xlUp)).NumberFormat = "dd/mm/yyyy" [COLOR=#333333] End Sub[/COLOR]
Thanks