Hi

In my excel sheet, column A got value from 1100 - 9900. The first one starts at row 5. How do I make an VBA macro to delete rows with value below value 6000?

Example:

5: 1100
6: 1500
7: 6100
8: 8000

In this little example, I want the entire row 5 and 6 to be deleted.
If anyone could help I would be most thankful!

Solberto