Hi. I have the following code, but Excel doesn't know what I'm trying to accomplish. Hopefully a human can see what I'm trying to do and give me the correct syntax. Thanks in advance.
For Each c In Range("J2:P" & LastInputRow)
cAddr = c.Address
If c.Value > 0 Then
ShiftHours =...