The following examples are for users who already have Microsoft Office installed, know how to get to the built in Visual Basic editor and know how to create modules in there.

Hello World

      - Lesson 0001 - Hello World in the immediate window
      - Lesson 0002 - Hello World in a messagebox
      - Lesson 0003 - Hello World in a cell    
    

Arithmetic Operators

Additions

   
      - Lesson 0004 - Additions with values in the immediate window
      - Lesson 0005 - Additions with values in a messagebox
      - Lesson 0006 - Additions with values in a cell
      - Lesson 0007 - Additions with variables in the immediate window
      - Lesson 0008 - Additions with variables in a messagebox
      - Lesson 0009 - Additions with variables in a cell
      - Lesson 0010 - Additions with values from user input in the immediate window