by AAsk <AA2e72E@[EMAIL PROTECTED]
>
Mar 16, 2008 at 12:37 PM
If the CSV file has no more than 65,536 rows AND the initial 25 rows
contain representative data then I'd do it this way:
1. use ADO & the Microsoft Jet 4.0 provider to read the source
2. fix the APL variable using the GetRows method of the ADO Recordset.