Hello,
Below is a code I got assistance with that automatically letters groups of cells that net out to 0 and makes them red font color:
Dim R As Long, X As Long, StartRow As Long, LastRow As Long, Total As Double
Dim Status As String, EText As Variant, FNumbers As Variant
On Error GoTo...