I am working with a Parser that is kicking out columns of data into notepad and not excel. The columns are all sperated by "," and i need a quick way to send them to excel. I would like to find a way to create a macro that will open the sheet from a file location and do the following:
Send column 1 of txt into sheet 1 column A:A
Send column 3 of txt into sheet 1 column B:B
Send column 5 of txt into sheet 1 column C:C
Send column 7 of txt into sheet 1 column D:D
I have attached a copy of the txt notepad file. The columns will all stay the same size but the rows will vary between 10 and several hundred. I also want to skip the final row as it a repeat of the previous row.
If someone could give me some advice if i'm going to need to do arrays or what.
Thanks
Bookmarks