I have an if statement with multiple conditions. I cannot see them all in a single window view. Is there a way to separate them on different lines or do they ha
If Something Or SomethingElse Or AnotherThing Then
If Something Or SomethingElse _
Or AnotherThing Then
If Something Or _
SomethingElse Or _
AnotherThing Then