Hi All,
So i have run into a problem that I cant seem to solve. Here is the code in question:
Dim YY As Long
Dim ZZ As Long
YY = 0
ZZ = 0
For j = 2 To MaxRow
If InStr(1, ActiveSheet.Cells(j, 2), "End:") <> 0 And ActiveSheet.Cells(j, 32) < 0 Then
ActiveSheet.Cells(j...