Hi All,
I would like a to have a VBA script that compares two columns that are in different sheets and highlights the unique values in sheet 1. As below:
Sheet 1 Sheet2
Column A Column A
Apple Apple
Orange Pineapple
Pineapple Orange
Pear Coconut
Tomato
Transformed With VBA to:
Sheet 1 Sheet2
Column A Column A
Apple Apple
Orange Pineapple
Pineapple Orange
Pear Coconut
Tomato
So it is Sheet 1's column that is compared to Sheet2 no highlighting needed in sheet2 there can be unique values in that one.
Thank you for your help!
I would like a to have a VBA script that compares two columns that are in different sheets and highlights the unique values in sheet 1. As below:
Sheet 1 Sheet2
Column A Column A
Apple Apple
Orange Pineapple
Pineapple Orange
Pear Coconut
Tomato
Transformed With VBA to:
Sheet 1 Sheet2
Column A Column A
Apple Apple
Orange Pineapple
Pineapple Orange
Pear Coconut
Tomato
So it is Sheet 1's column that is compared to Sheet2 no highlighting needed in sheet2 there can be unique values in that one.
Thank you for your help!