I'm using the import command to import data and one field in the excel sheet is being converted to a (bad) date. The field has either a "1" or a "2" and is formatted as a number. It is being imported as "12/31/18" or a "01/01/19", which would be the correct date as far a Excel is concerned, but I just want my "1" or "2".
I can fix this myself in code, but I was wondering if there are any fixes for this or other issues with IMPORT since I want my code to be dummy proof, I don't want any surprises.
I'd rather use IMPORT than COM because of the speed/ease...
Thanks
Brian
I can fix this myself in code, but I was wondering if there are any fixes for this or other issues with IMPORT since I want my code to be dummy proof, I don't want any surprises.
I'd rather use IMPORT than COM because of the speed/ease...
Thanks
Brian