tourless
Board Regular
- Joined
- Feb 8, 2007
- Messages
- 144
- Office Version
- 365
- Platform
- Windows
Hi Folks,
I'm having trouble formatting this statement properly. I keep getting sub or function not defined error.
Can someone help?
I'm having trouble formatting this statement properly. I keep getting sub or function not defined error.
Code:
If Sum(wsCustomerReportCard.Range("B" & fRow + 1 & ":B" & lRow + 1) = 0) Then
wsCustomerReportCard.Range("B" & fRow + 1 & ":B" & lRow + 1).Replace What:="0", Replacement:="", Lookat:=xlWhole, SearchOrder _
:=xlByRows, MatchCase:=False
End If
Can someone help?