Hi there.
I working with a dataset extracted from a ERP-system. The ERP-system is delivery a date in the danish format (dd-mm-yyyy), and I are storing the date in a string variable "DateAsString".
But when I am doing like this:
Worksheets("Sheet1").Cells(1,1).Value=DateAsString
VBA translate it...