I have a small problem with a date copy/paste in VBA. I want to get dates which appear in dd/mm/yyyy format into text. My Excel has original settings in English.
I tried:
Selection.NumberFormat = "@"
but it returns text in mm/dd/yyyy format. Would anyone know how to keep the dd/mm/yyyy format? I tried to change the "Locale" parameters of my range but it does not work.
Many thanks, Vincent