Hi guys,
I have an excel file with first sheet having large quantity of data, say around 200,000 rows of data. I'm able to save the sheet data to a text file, but due to the amount of data i'm unable to upload this text file into server. Is there any VBA macro to split this sheet data into two text files with headers intact in both files? For example, first sheets with total of 200,000 records split up with 100,000 records in one text file and another 100,000 in another text file, headers will be same in both. Note: headers and rows may change overtime.
Any help with this will be great.
Thanks
Jackal
I have an excel file with first sheet having large quantity of data, say around 200,000 rows of data. I'm able to save the sheet data to a text file, but due to the amount of data i'm unable to upload this text file into server. Is there any VBA macro to split this sheet data into two text files with headers intact in both files? For example, first sheets with total of 200,000 records split up with 100,000 records in one text file and another 100,000 in another text file, headers will be same in both. Note: headers and rows may change overtime.
Any help with this will be great.
Thanks
Jackal