View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ECD[_2_] ECD[_2_] is offline
external usenet poster
 
Posts: 2
Default In Excel, how do I select rows in which a certain value appears i.

I'm trying to make a macro that will select all rows in which a specific
value appears in a column, copy them, then paste them into another sheet.
Using autofilter only selects specific row numbers in the macro, so that
didn't work for me. Can anyone help with this?