'CSVs To One Sheet (Stacked)
A macro for importing all CSV files in a folder into a single Excel sheet, each CSV filename will be listed on the sheet next to the data that it came from.
CSVs to 1 Sheet - Part 1
'SHEET1 TO MANY SHEETS
Here's a macro for parsing rows of data from one sheet to many sheets named for the same values in a specific column. (like your LineID)It not only can parse the rows, it can create the sheets if they are missing. There is a sample sheet there where you can test this out.
Bookmarks