A more simple approach would be to cycle through the rows of sheet 'RefundOther' via 'for...next' starting with last row of this sheet (step -1 because you're going to delete rows), copy each cell value from A to V (column 1…22) via another 'for...next' to the designated target sheet (where you looked up its last row beforehand) and delete the source row then.
I'd like to apologize that I don't provide any code, but I'm sitting at a patients tablet in a hospital, bored to death, struggeling with the Autocorrection.