Page 37 - Excel Progamming Weekend Crash Course
P. 37
d540629 ch01.qxd 9/2/03 9:27 AM Page 12
12 Friday Evening
Programs and Procedures
Is a program the same thing as a procedure? Not really. Some simple programs
such as this one are contained in a single procedure. More complex programs
contain multiple procedures.
Figure 1-2 Double-click the Sheet1 entry to open a code-editing window.
Figure 1-3 The VBA Editor inserts the first and last lines of the program.