I have a txt file that I want to import into excel. The problem is the file comes thru with headers, footers, page numbers etc. The end result is to have the data in a nice clean list showing only the "V.I.N." column and the "ship dte" column. The code below imports the data and deletes the unwanted columns. As you can see from the report there is 2 columns of VIN and ship dte on the report
The next step is were I'm lost. How do I get columns C and D to move under A and B and then get rid of the excess page numbers, headers etc.HTML Code:
A few points (in case it helps)
-The VIN number will always be 17 digits long.
-The report length will vary each week the report is run.
The end result would be 2 have all the VIN's in column A and the ship dte in column B.
Thanks
Rob
Bookmarks