Hello everyone,
I am trying to do a very simple macro to replace date formats from MM/DD/YYYY to DD/MM/YYYY using a macro that I could use with some shortcut on my current selection on Excel :
Sub dateus_fr()
Dim date_us As String
Dim date_fr As String
Dim replace1 As String
date_us =...