Here is a sample tutorial from a typical computer book:
How to Create a Macro in Microsoft Excel:
- Open Excel.
- Create a new Workbook.
- From the Tools menu, choose Macro -> Record New Macro
- Name the Macro "MyMacro".
- Type "hello" in cell A1.
- Click on cell A2.
- Stop the Macro Recorder by clicking on Tools->Macro->Stop Recording.
- The Macro "MyMacro" has now been recorded and can be run by clicking on Tools->Macro->Macros->Run.