I've never heard of the function MatchUp so it's probably a function you have somewhere as code. At a guess it could be:
processrow = Matchup("Process", target.Columns(1))
or less likely:
processrow = Matchup(.Cells(i, "J").value, "Process")
We'd really need to see a bit more surrounding code and the MatchUp function too.
Bookmarks