electricpete
Electrical
- May 4, 2001
- 16,774
I notice that vba is good at putting colors into my code to make it more readable.
I vaguely remember that it used to indent for readability but now it doesn't anymore.
This code ends up all left justified
If 3 > 2 Then
MsgBox ([var1])
End If
Why doesn't it indent the middle line?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
I vaguely remember that it used to indent for readability but now it doesn't anymore.
This code ends up all left justified
If 3 > 2 Then
MsgBox ([var1])
End If
Why doesn't it indent the middle line?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.