hello,
I am very new to vba programming. I am facing a new problem.
What i am trying to do here,
So i have two sheet, sheet1 and sheet2. Compare between sheet1 column "C" and sheet2 column "R".
Next compare between sheet1 column "B" and sheet2 column "O".
I am very new to vba programming. I am facing a new problem.
What i am trying to do here,
So i have two sheet, sheet1 and sheet2. Compare between sheet1 column "C" and sheet2 column "R".
- First highlight green,those mc# in sheet1 column "C", that are common in sheet1 and also in sheet2
- second highlight yellow, those mc# in sheet1 column "C", that mc# is in sheet1 but not in sheet2
- third highlight red, those mc# in sheet2 column "R", that mc# is not in sheet1 but is in sheet2
Next compare between sheet1 column "B" and sheet2 column "O".
- fourth highlight green,those wr# in sheet1 column "B", that are common in sheet1 and also in sheet2
- fifth highlight yellow, those wr# in sheet1 column "B", that wr# is in sheet1 but not in sheet2
- sixth highlight red, those wr# in sheet2 column "O", that wr# is not in sheet1 but is in sheet2