I have a code as simple as:
Cells(1,1).Value="10/02/2018"
and I want cell A1 to have a value of 10/02/2018 either as Text or Date, but Excel is stupid enough to write 02/10/2018 in cell A1.
Besides cursing Excel programmers, how can I fix this?
Thanks