| Class Date and Time |
Price
|
|
|---|---|---|
|
$1,185.00
or 3 vouchers
vouchers
|
||
| $1,185.00 or 3 vouchers vouchers | ||
| $1,185.00 or 3 vouchers vouchers | ||
| $1,185.00 or 3 vouchers vouchers |
In this introductory Visual Basic for Applications (VBA) training course, you will learn how to manipulate objects in Word, Access and Excel with VBA. Specifically, you will learn how to use the Visual Basic editor, work with the object model, create and use variables, and use the selection structure.
Each lesson of the class begins with a general overview of a feature and then shows how that feature works in each of the Office applications.
Each student in our Live Online and our Onsite classes receives a comprehensive set of materials, including course notes and all the class examples.
Experience in the following areas is required:
Our computer technical requirements and setup process is easy, with support just a click away.

Posted on Nov 30, 2010 by Connie
When declaring variables in VBA, you also assign a data type. But there is a trick to it: you want to choose a data type that uses the least amount of ...
Posted on May 19, 2010 by Connie
Have you ever wanted to attach a Macro to a button on the toolbar in Microsoft Word? Maybe you have and have seen the images that are provided for you. ...
Posted on Apr 27, 2010 by Connie
What is a variable? Think of it this way, a variable is like a little box in your computer’s memory. The little box, the variable, will have a name. ...
Posted on Apr 13, 2010 by Connie
You have probably opened the VB Editor in Access, Word, or PowerPoint, and seen Option Explicit at the top of the code window. But what does it mean? Option ...