Hi Folks,
I'm not sure why the following line of code fails...
wsCustomerReportCard.Cells(10, LastRow(wsCustomerReportCard)).FormulaR1C1 = "=(8, LastRow(wsCustomerReportCard))-(9, LastRow(wsCustomerReportCard)"
I'm simply trying to subtract with a last row reference as this included in a loop.