I'm trying to use VBA to select multiple rows of data based on certain conditions being met in the cells in those rows. I then want to have VBA automatically select those rows and paste them into a Worksheet.
Basically I have 4 columns of data in 400 rows. Top row contains column headings.
So what I need is:
Scan rows 2 to 400
If a row contains a cell that meets a particular criteria select that row and paste it into another worksheet
Continue with search till all rows have been checked and all rows that satisfy the condition have been pasted into the other worksheet.
Start Free Trial