View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jinx123 Jinx123 is offline
external usenet poster
 
Posts: 1
Default Selecting certain Rows and Copying cells in those rows to new work

I need to

look at all the rows in the current worksheet
find all the ones with a 'Y' in column"A"

for all the ones with 'Y' in Col "A", copy cols 'A' to 'S' to the worksheet
(Next)

I would really appreciate the help :)

thanks
Jinx123