Summary:
Invalid multi-lined If operator
Cause:
Multi-lined IF operator not preceded by a multi-lined If. Or For/Next loop conflict with multi-lined if.
Remedy:
Make sure that the unmatched End If or Else statement is preceded by a multi-lined If statement.