I've imported a text file into Excel but I don't need every row of data. I've started on a macro to automate the tasks of deleting the extra rows, but I don't know how to make it loop through a certain set of events. I need it to check the active cell to see if it contains text. If it does, then it needs to do the following:
*Move down one row
*Delete 7 rows
*Move down 5 rows
*Delete 10 rows
Thanks in advance!
*Move down one row
*Delete 7 rows
*Move down 5 rows
*Delete 10 rows
Thanks in advance!