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
break them with an under score _ ?
Microsoft Library
from above link
If ActiveSheet.ChartObjects(1).Chart.ChartTitle = _ ActiveSheet.Range("a2").Value Then MsgBox "They are equal." End If