DODEA resources/training for Excel VBA macros
http://www.cns.uni.edu/~jacobson/dodea


page under construction by Mark Jacobson
  1. VBA Macros - variations on 23 birthdays probability problem.
    Sub ReportResult(repeatBirthday As Boolean)
        If repeatBirthday Then
            Range("D2").Value = Range("D2").Value + 1
        End If
        Range("E2").Value = Range("E2").Value + 1
    End Sub
    
  2. Followup... ready in August...

  3. Racing rectangles game, using Excel VBA.

  4. Spreadsheet examples for download.

  5. WordArt macros using Visual Basic for Applications. Includes basics of WordArt for Excel, PowerPoint, and Word applications.