The course is presented in five parts.
First, the course relates earlier course of Top 5 Excel Skills to drive the concept home: Building your own “Bot” is your ticket to full automation in Excel Modeling!
Next, the course brings the topic of what is a VBA macro and let students consider when to and when NOT to build a macro.
Third, we illustrate 6 required steps to build your own report generating “Bot”, including:
- Define the file path to make file path dynamic
- Create a message box to communicate with users
- Use For … Next … Loop for iteration
Fourth, the course illustrates 4 real cases that should NOT require building a VBA macro. These are cases from some VBA courses that are still teaching obsolete Excel skills.
Last, the course explores best practices in building VBA macros. They include:
- How to activate the macro
- Add notes for your codes
- Add a message box
Course Key Concepts: Macro, VBA, Objects, Properties, Methods, Developer tab, Debugging, Message box, For Next Loop.
Learning Objectives
- Discover and understand VBA macro as 4th Gen of Excel modeling techniques.
- Identify 3 elements of a VBA macro.
- Recognize when to build a VBA macro and when not to.
- Discover 5 elements of a VBA environment.
- Explore 5 steps required to build a reporting generating “Bot”.
- Discover and understand 4 best practices of building a VBA macro.
6 Reviews (27 ratings)
Reviews
Prerequisites
Basic Excel knowledge.
Example: Be able to open one Excel file and connect to external data files, etc.
It is recommended to take other Excel Magic series courses by Lenny Wu.
Excel Magic 1: Building Dynamic Formulas
Excel Magic 2: Building Your Report Generation "Bot"
Excel Magic 3: Automating Data Entry with Data Feeds
Excel Magic 4: Ultimate API Reporting in Excel
Excel Magic 5: Building Interactive Budgeting Model in Excel
Excel Magic 6: Excel's 7 Languages
Excel Magic 7: Creating Excel Charts like a PRO
Excel Magic 8: Transforming a Pro-forma into a Dashboard
Excel Magic 9: Building a Project Tracking “Gantt” Chart