I'd like to import a CSV file with VBA.
Some of the columns should be formatted as text (i.e., numbers with leading or trailing zeros such as ZIP codes), others as numbers, some as dates, and others should be skipped.
I know the proper data type by looking at the header row name, however, the...