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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top