Standard length of a line of VBA code?
No, It's up to you.
Most of us just break the line so that it remains visible within the
viewable window.
Sometimes, if I have a particularly long set of arguments to a function I
just let it go on one line; if I want to see all the arguments, I just scroll
over.
But overall, NO there is no standard.
Whatever seems comfortable.
|