Skip to content

Commit ed3a146

Browse files
committed
Updated commments for clarity of column 35 change events
1 parent 7928259 commit ed3a146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ProjectPipeline-WorksheetChangeEvents.vb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ Select Case UpdatedCell
165165
ActiveSheet.Cells(ThisRow, 1).EntireRow.Delete
166166
End If
167167
End Select
168-
Case 35
168+
'Worksheet Change Events for PM Status changes
169+
Case 35
169170
If ActiveSheet.Cells(ThisRow, 35).Value = "Complete - Presales Only" Or _
170171
ActiveSheet.Cells(ThisRow, 35).Value = "Complete - Handled out of Practice" Or _
171172
ActiveSheet.Cells(ThisRow, 35).Value = "Complete - DCV work finished" Then

0 commit comments

Comments
 (0)