Another very good tool is the macro recorder. If you're slightly familiar with any programming language, you'll probably start to figure out how the Visual Basic Editor (VBE) pieces together the VBA. Go to Tools>Macros>Record (or something like that), record something simple like moving one cell to the left, stop the macro, then go to the VBE to see how it pieced it together.
Patrick