Hi all,
I have an issue with the code below where I am attempting to amend incorrectly formatted dates so any instance of "." should change to "/".
The first piece of code seems to convert everything incorrectly:
Sub DateConv()
Dim LrDst As Long
Dim DstSht As Worksheet
Dim...