I have two lines of code the first works fine, the second does not "paste" any values in the defined range. I cannot see where the error is as I am certain both ranges in the second line span the same area?
Sheets("Loans").Range("A101:K101").Value = Sheets("Loan Backup").Range("N14:X14").Value
Sheets("Loans").Range("A2:K100").Value = Sheets("Loan Backup").Range(Cells((l - 1) * 99 + 2, 1), Cells(l * 99 + 1, 11)).Value