indenting of vba code
indenting of vba code
(OP)
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?
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.





RE: indenting of vba code
Good Luck
--------------
As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
RE: indenting of vba code
Cheers,
Joerd
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
RE: indenting of vba code
=====================================
Eng-tips forums: The best place on the web for engineering discussions.