snakemaster
Programmer
I'm trying to let VB extract data from an Excel file. For this I use the MS Jet OLE DB Provider. This works OK with most data. In one column however, I keep encountering the following problem.
The column is used to store dates. It can have two different formats "mm-dd-yy" and "dd/mm/yy". Only the first one is recognized as a date variable, the second one is stored as a Null value. Is it possible (for instance) in the extended properties to make VB read all values as string variables?
The column is used to store dates. It can have two different formats "mm-dd-yy" and "dd/mm/yy". Only the first one is recognized as a date variable, the second one is stored as a Null value. Is it possible (for instance) in the extended properties to make VB read all values as string variables?