Jack-P-Winner
Member
How can I fix this MAcro when giving me this error
With rC.Offset(-1)
.Value = rC + 1
If .Value = 10 Then .Value = 1
.BorderAround (xlContinuous)
If Application.IsEven(.Value) Then
.Interior.Color = RGB(216, 216, 216)
.Font.Color = RGB(0, 156, 80)
.HorizontalAlignment = xlRight
Else
With rC.Offset(-1)
.Value = rC + 1
If .Value = 10 Then .Value = 1
.BorderAround (xlContinuous)
If Application.IsEven(.Value) Then
.Interior.Color = RGB(216, 216, 216)
.Font.Color = RGB(0, 156, 80)
.HorizontalAlignment = xlRight
Else