Ashish Batham
Member
If Int((row - 10) / 5) Mod 2 = 0 Then
Cells(row, 3).Interior.Color = 12632256
----------------------------------------------------
With Cells(reason_count + 11, 2)
.Value = "Total Append Assets"
.Font.Bold = True
End With
----------------------------------------------------
With Cells(reason_count + 11, 5)
.Formula = "=sum(e10:e" & (reason_count + 9) & ")"
.Borders.LineStyle = xlContinuous
End With
----------------------------------------------------
With Cells(reason_count + 15, 7)
.Formula = "=SUM($D" & (reason_count + 15) & ":F" & (reason_count + 15) & ")"
.Borders.LineStyle = xlContinuous
.Font.Bold = True
.Interior.Color = 16764057
End With
Cells(row, 3).Interior.Color = 12632256
----------------------------------------------------
With Cells(reason_count + 11, 2)
.Value = "Total Append Assets"
.Font.Bold = True
End With
----------------------------------------------------
With Cells(reason_count + 11, 5)
.Formula = "=sum(e10:e" & (reason_count + 9) & ")"
.Borders.LineStyle = xlContinuous
End With
----------------------------------------------------
With Cells(reason_count + 15, 7)
.Formula = "=SUM($D" & (reason_count + 15) & ":F" & (reason_count + 15) & ")"
.Borders.LineStyle = xlContinuous
.Font.Bold = True
.Interior.Color = 16764057
End With