For the case you do not use "DO": this is my solution for a FOR EACH with nested If conditional statements:
For Each line In lines
If <1st condition> Then
If <2nd condition> Then
If <3rd condition> Then
GoTo ContinueForEach
Else
End If
Else
End If
Else
End If
ContinueForEach:
Next