Part III. Building blocks

You've learned some Excel VBA basics. Variables, assignment statements, If statements, other things.

This section fills in some gaps and, more importantly, explains how to think about programming. Learning to think in chunks – groups of statements that do something – makes writing programs easier. Easy is good. Also, less screaming.