two lists of numbers
I am writing an Excel VBA that prompts the user for a series of numbers.
Next I want to compare that list against each cell in a column. If true,
then copy that entire row to another sheet.
I prefer not to have a nested For/Next loop. Is there another way to do
this?
For the VBA people, any simple examples?
|