• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

compare concatenated values from two columns between sheets

solti

New Member
Hello,

I have to compare with vba concatenated values from two columns in sheet1 against concatenated values in other two columns in sheet2 and if found make the rows in either of file red....

Could you please help
s.
 

Despite MATCH worksheet function can be used within a code,
you can also try the VBA Find method (to see in VBA inner help) …
 
Back
Top