N
NateBuckley
Hello, Everyone.
I'm having more problems with dates, I'm reading in dates from a
Spreadsheet, and it's swtiching the day and the month around
so the format should be DD/MM/YY (If the order appears Alien it's because
i'm from from the UK )
In my spreadsheet I have 01/05/08
when I read it into the msgBox it displays as 05/01/08
The following code snippit is to show you how I do it.
MsgBox sht.Cells(i, 6).Value
sht is a variant I SET to Sheets("HOLData").
I'm having more problems with dates, I'm reading in dates from a
Spreadsheet, and it's swtiching the day and the month around
so the format should be DD/MM/YY (If the order appears Alien it's because
i'm from from the UK )
In my spreadsheet I have 01/05/08
when I read it into the msgBox it displays as 05/01/08
The following code snippit is to show you how I do it.
MsgBox sht.Cells(i, 6).Value
sht is a variant I SET to Sheets("HOLData").