Hi Folks,
I'm having trouble formatting this statement properly. I keep getting sub or function not defined error.
If Sum(wsCustomerReportCard.Range("B" & fRow + 1 & ":B" & lRow + 1) = 0) Then
wsCustomerReportCard.Range("B" & fRow + 1 & ":B" & lRow + 1).Replace What:="0"...