A good programming habit is to add comments. A comment begins with a single quote. The Visual Basic compiler ignores everything after a single quote. Comments are a way for the programmer to leave notes for themselves. Add a comment with your name and an overview of what the program does. Add comments to tell what each procedure does. Comments are shown in green.