Excel Macro

  • Thread starter Thread starter Lita
  • Start date Start date
L

Lita

I need a macro that will take the infomation from one worksheet and replace
it with information from another worksheet if there are any changes in 3 rows
as long as all of the other information matches.

Lita
 
Hi,

Try recording the steps and then post your results. Very simply programming
is about details and you have given far too few.

If A1<>Sheets(2).Range("C5") then ' more conditions here.....
As stated Range("A1") = Sheets(2).Range("IV65123")
End If

Shane Devenshire
 
Back
Top