Hi,

I have these worksheets with 3000+ rows, and what I want to create is a macro that when you run it, it does like this:

1: Asks the user for a column to search in.
2: Asks the user for numbers to keep
3: Deletes all ROWS that does not have one of the given numbers in the given column.

I have managed to create a macro that does this with just one number, but not with many, which is the whole point...