View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hendrik.Kleine Hendrik.Kleine is offline
external usenet poster
 
Posts: 12
Default Advanced Find & Replace

Hi all, your help on this one would be greatly appreciated;

sheet1:

A B C
Name Date data

Sheet 2:

A B(date) C(date) etc...
Name1 data data
Name2 data data
etc..

I'm looking for a code that, when executed, will lookup NAME and DATE from
sheet1 in sheet2,
then replace the data on sheet 2 for the correct name and date with the data
from cell c on sheet1.

I'd be amazed if this were possible. Many thanks for trying!

Happy New Year,
Hendrik