Date: Mon, 06 Oct 2008 15:36:09 -0500 (CDT) From: Mark Jacobson To: 810-022-01-fall@uni.edu Subject: Test on Wednesday, review of today's class... Hi 022 students, Review of much of what we did in today's class, plus a sample test question where you show the output of some Excel VBA code. For Each theCell in Range("A2:A24") ... Next theCell loops and For i = 1 to 10 ... Next i loops are basic to VBA (Visual BASIC for Applications) See the following URL... http://www.cs.uni.edu/~jacobson/022/Oct6thExcelVBA2008.txt See you on Wednesday at the exam. We will be back to Fireworks and Dreamweaver and perhaps some Flash on Friday and next week. http://www.cs.uni.edu/~jacobson/c022.html http://www.cs.uni.edu/~jacobson/022/studyGuide022Fall2008T1.txt http://www.cs.uni.edu/~jacobson/022/Oct6thExcelVBA2008.txt Mark