This is probably a simple one.. but I've tried many different ways and it won't work.
The following calls the next function.
If Range("E" & r).Value = 6 And Range("F" & r).Value = 6 Then
This does not...
If Range("E" & r).Value = 6 And Range("F" & r).Value = "_" Then
This also does not...