Microsoft Office 2000/Visual Basic Programmer's Guide   

White Space

Use blank lines to separate logically related blocks of code and to separate introductory (header) comments from the first variable declaration and the last declared variable from the code itself. Precede all comments with a blank line. For examples of procedures that use white space to highlight logically related sections of code and to separate comments from any preceding code, see the code samples in the ODETools\V9\Samples\OPG\Samples\CH03 subfolder on the Office 2000 Developer CD-ROM.