I want to look up one value in sheet1 that will have a matching value in sheet2, I have to walk through each cell value and highlight matches.
Here's my code:
Application.VLookup(Range(myRcdA).Value, Range("A3:D535"), 3, False)
Range(myRcdA) will have data in sheet1, I need to match that to...