Thread: Macro question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Macro question

You could use a FINDNEXT macro(look in the vba help for FINDNEXT) to do just
that

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"richzip" wrote in message
...
I would like to know if a macro can accomplish the following: I have a
large
worksheet with about 600 employees, and each employee has at least 1 row
for
each date of the month.

For each employee, I would like to search in Column C for one of 2
different
values (RSV, NEW). If that value is found in ANY row for that employee,
it
will copy all values in column C (for that employee) to the corresponding
row
in column D.

Please see first reply for an example.