C
Carlie
I have a worksheet that needs to be updated using data from another
worksheet. I need to write a macro that compares data from column A in
the first worksheet and updates column A in the next worksheet.The
layout of both sheets are very similar, column headings are the same.
However, column A in both sheets contains unmatched data e.g.
Worksheet1
A1 Roses
A2 Daisies
A3 Lillies
A4 Daffoldils
A5 Tulips
Worksheet2 ( This will be updated and contain the macro)
A1 Roses
A2 Daisies
A3 Asters
A4 Daffoldils
A5 Sunflowers
Does anyone have any tips or code for this macro. Many thanks.
worksheet. I need to write a macro that compares data from column A in
the first worksheet and updates column A in the next worksheet.The
layout of both sheets are very similar, column headings are the same.
However, column A in both sheets contains unmatched data e.g.
Worksheet1
A1 Roses
A2 Daisies
A3 Lillies
A4 Daffoldils
A5 Tulips
Worksheet2 ( This will be updated and contain the macro)
A1 Roses
A2 Daisies
A3 Asters
A4 Daffoldils
A5 Sunflowers
Does anyone have any tips or code for this macro. Many thanks.