The training covers these topics:
Using VBA to Solve Business Problems
- Use Macros to Automate Tasks in Excel
- Identify Components of Macro-Enabled Workbooks
- Configure the Excel VBA Environment
Recording a Macro
- Use the Macro Recorder to Create a VBA Macro
- Record a Macro with Relative Addressing
- Delete Macros and Modules
- Identify Strategies for Using the Macro Recorder
Writing VBA Code Directly
- Write VBA Code
- Discover Objects You Can Use
- Create a Custom Function
Solving Problems through Code
- Make Decisions in Code
- Work with Variables
- Perform Repetitive Tasks
Improving Your VBA Code
- Debug VBA Errors
- Deal with Errors
- Improve Macro Performance
- Controlling How and When Macros Run