Format(ActiveCell.Value,"dd/mm/yyyy") will also do the trick.
But be careful with dates in Excel. It does a bit of sneaky formatting all by itself, as I found out when I saw a date of birth somewhere in 2020. The above approach has the advantage of keeping the date in strings.