View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.vb.general
Chas Chas is offline
external usenet poster
 
Posts: 7
Default 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?