Hi all,
I've had a little task that I've done manually as the recordset was only 20 rows deep so could see all the data on one screen.
Now I've got over a 300 records and no longer sustainable.
My data is 11 Columns Wide and where the Values in both Cols J and K are less than 28 I delete the whole row.
For example row 1 contains headers
If in Row 2 cells J2 and K2 are less then 28, I would delete the row.
I guess I'd need a loop, but not sure how to initially identify my target rows.
Anyone with a pointer or suggestion is greatly appreciated.
Thanks
I've had a little task that I've done manually as the recordset was only 20 rows deep so could see all the data on one screen.
Now I've got over a 300 records and no longer sustainable.
My data is 11 Columns Wide and where the Values in both Cols J and K are less than 28 I delete the whole row.
For example row 1 contains headers
If in Row 2 cells J2 and K2 are less then 28, I would delete the row.
I guess I'd need a loop, but not sure how to initially identify my target rows.
Anyone with a pointer or suggestion is greatly appreciated.
Thanks