Error

Invalid column name 'Price'.

Excel VBA 2010 - Expert

Course Overview

The overall focus of this course is to teach the user proper Visual Basic programming techniques along with an understanding of Excel’s object structure. Other topics in this course include: proper variable declaration, control structure use, looping, and UserForm creation. The final section deals with the debugging tools included in the Microsoft VBA editor and methods on how to effectively use them.

Course Objectives

Macro Development Basics, VBA Programming Fundamentals, Working with Control Structures, Using VBA Functions, Creating UserForms, Debugging Techniques

Course Outline

1 - Introduction

  • Introduction

2 - Macro Development Basics

  • Displaying the Developer Tab
  • Setting Macro Trust within Excel 2010
  • Recording and Running a Macro
  • Examining the VBA Editor

3 - VBA Programming Fundamentals

  • Reviewing the Excel 2010 Object Model
  • Understanding Functions and Procedures
  • Understanding Variables and Scope
  • Commenting Your Code
  • Creating Constants
  • Understanding Arguments

4 - Working with Control Structures

  • Using If-Then-Else
  • Understanding Logical Operators
  • Creating a Select-Case Statement
  • Creating For-Next Loops
  • Creating Do Loops
  • Creating While-Wend Loops

5 - Using VBA Functions

  • Viewing the Object Browser
  • Using the InputBox Function
  • Understanding the MsgBox Function
  • Using String Functions
  • Using Date Functions

6 - Creating UserForms

  • Designing a Form
  • Understanding Different Controls
  • Working with Form Properties

7 - Debugging Techniques

  • Understand the Difference Between Syntax and Logic Errors
  • Using Breakpoints
  • Stepping Through Your Macro
  • Creating Watches
  • Adding Error Traps

8 - Conclusion

  • Course Recap