I have a large text file to download in excel... impossible to download directly cos it's more than 65000+ lines. This file contains about 20 chunks of data..Ideally I would somehow like to download each chunk into sepate sheet in the same excel workbook.
Each of these chunk of data has a header and a last line called
EOD
Using this line 'EOD' as my divider..I'm hoping to split the file as I explained above and write each individual part sinto a sheet in Excel..
Has anyone done this before? got a macro for this for any chance?
Each of these chunk of data has a header and a last line called
EOD
Using this line 'EOD' as my divider..I'm hoping to split the file as I explained above and write each individual part sinto a sheet in Excel..
Has anyone done this before? got a macro for this for any chance?