Introduction to Macros
π― Learning Intention
I will learn what a macro is and explore how it can automate repetitive tasks.
β
Success Criteria
- [ ] I can explain the difference between a shortcut and a macro
- [ ] I can create or use a simple macro to complete a task
π Why this matters
IT professionals donβt repeat the same task hundreds of times β they automate it. Macros are the bridge between shortcuts and full scripting.
π Warm-Up (Tech Journal β’ 5 min)
Prompt: Whatβs one thing you do in school that feels repetitive? How could a computer do it for you?
π Vocabulary
- Macro β a sequence of actions triggered by a single command
- Automation β making the computer complete tasks without manual input
- Repetition β actions done over and over, ideal for macros
π§ Agenda (45β50 min)
1) Mini-Lesson: What is a Macro? (10 min)
- Compare:
- Shortcut = 1 key combo β 1 action.
- Macro = 1 key combo β many actions.