I need to find a way to import very large .csv files into Excel to parse for data. The problem is the files will generate more than the maximum 65536 rows allowed per sheet in Excel. Is there a way to have VB parse the data from a .csv to allow for excess rows to be imported to a second (or third or fourth) sheet in a workbook without losing any rows of data?