Is there a way to compare rows in a text file usning VBA (Excel 2003)? I need to compare the rows before I import that text file data into excel. So, row 1 is the headers, and rows 2 to 70,000 is the data that I need to compare. I need to see if row 3 and row 2 have the certain data, etc.
the text file is already filtered and in accending order, I just now need to loop through the text file to see if there is a certain criteria met. This criteria I'm unable to put in the filtering since is based on the previous and current row.
Thank you in advance.
the text file is already filtered and in accending order, I just now need to loop through the text file to see if there is a certain criteria met. This criteria I'm unable to put in the filtering since is based on the previous and current row.
Thank you in advance.