Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
After an If statement, I indent all subsequent statements one tab until the
End If. However, I'm struggling with where to put the Else statement. I'd like to know what convention other programmers follow. Do you: 1. Indent it with the other statements, even though it might be difficult to find? 2. Keep it in line with the IF statement? 3. Split the difference, and indent it two spaces rather than four? Thanks for your feedback, Fred |