The document discusses different types of statements and loops in Visual Basic. It describes declaration statements, executable statements, and assignment statements. It then explains various conditional/control statements like If-Then, If-Then-Else, If-Then-ElseIf, and Select Case statements. It provides syntax and examples for each. The document also discusses different types of loops like Do, For-Next, For Each, While, and With loops. It provides the syntax and examples of Do While and For-Next loops.