Hi
I am looking to copy ranges from from workbook to another or from one worksheet to another. I used
value = RangeA.Value
and
RangeB.Value = value
The problem is that in some circumstances date values get changed f…... dd/mm/yyyy to mm/dd/yyyy. I can’t reproduce...the expected format (e.g., “dd/MM/yyyy” for UK format). Set the...