GeorgeDurkee
Programmer
I have a recordset with about 6000 records in it. Each record has 47 columns. I want to export it to Excel sorted on 7 fields.
Using the record by record export allows me to sort the data , then export it, but that takes about 15 minutes .
Using the Excel range.copyfromrecordset command takes about 5 seconds to export the data , but it uses the raw data and ignores the sort order .
Does anybody know of a way to export to Excel that is fast and allows me to sort these 7 fields ?
Using the record by record export allows me to sort the data , then export it, but that takes about 15 minutes .
Using the Excel range.copyfromrecordset command takes about 5 seconds to export the data , but it uses the raw data and ignores the sort order .
Does anybody know of a way to export to Excel that is fast and allows me to sort these 7 fields ?