Sure. The Resize is what gets columns B through G. So all you would need to do is change the Resize values from (1, 6) to (1, 10). This will grab data from the Correct sheet, columns B through K, and transfer to the Incorrect sheet, columns C through L. You MUST change both instances of the Resize, there is 2 of them.

Edit: Also, please remember this overwrites all cell values and won't check for duplicate values. That means there will be no warning once you run the routine, and all values will be overwritten if there is a match found. It also means that it may take longer on large data sets. FYI.