VBA Beginners
New! Subscribe and get access to all over 20 classes for just $49/mo, or purchase this class a la carte
Learn Microsoft VBA to automate your time-consuming procedures in Excel.
Master Automation by Learning the Ins and Outs of Microsoft Visual Basic for Applications (VBA) for Excel
In Essential VBA Training for Excel - get up to speed on using VBA to help automate time-consuming procedures in Excel.
Great for automating repetitive tasks and operations that you perform frequently, VBA is a powerful tool to increase your productivity.
Contents and Overview
The course is designed for individuals and professionals who are new to VBA and who are seeking practical ways to automate tasks in Microsoft Excel that are performed frequently.
Through 4 hours of video lectures, exercise files, and an optional quiz, you'll learn the essentials you need to know to create powerful macros using VBA for Excel.
Find out how to use the VBA editor, VBA syntax, keywords, and comments.
Discover how to define and manage variables, set up subroutines, and create functions.
Also, find out how to use input boxes and message boxes to interact with end users.
Learn practical methods for using macro errors to improve your VBA code.
When you complete this course, you'll be well on your way to using VBA macros in Excel to help you and others automate tasks and operations performed frequently.
This course includes:
Introduction
Getting Started
The VBA Editor
First Coding Manipulations
VBA Syntax, Keywords, and Comments
Objects and VBA's Intellitext
Variables and Method Calling Rules
How to Define and Manage Variables
Constant Variable Types and Variables through Intellitext
Subroutines
Logical Constructs: The Boolean Type
Logical Constructs: If and Switch Statements
Methods for Communicating to the User
Looping: The For and Do While Loops
Looping: Collections and the For Each Loop
Functions
Returning Values from Functions
Completing Exercise 5
Determining Limitations
The Worksheet Function Object
Completing Exercise 5
The Range Object
Writing an Array Formula
The Application Object
The Workbook and Worksheet Objects
Using Errors to Guide You
The Name and Names Objects
The PivotTable Object
The Chart and ChartObject Objects
The PageSetup Object and Print Ranges
One Approach To Completing Exercise 8
Concluding Remarks
Exercise Files