|
Course Objectives
|
|
|
Introduction
|
The Nature and Uses of the VBA Language
|
|
How Projects Relate to Documents
|
|
The Components you can Include in a Project
|
|
Record Code in Excel, Word and Powerpoint
|
|
Use the Visual Basic Editor to View, Modify and Run Code
|
|
Assign Code to a Menu or a Command Button on a Toolbar
|
|
The Automatic Help Facility
|
|
|
|
Macros and Varibles
|
Create and Invoke Sub and Function Procedures
|
|
Insert Comments into the Code
|
|
Printing a Visual Basic Module
|
|
Determine the Appropriate Data Type to use in a Particular Scenario
|
|
Declare and Use Constants
|
|
|
|
Objects, Properties and Methods
|
Object Properties and Methods
|
|
Using Methods to Perform Actions
|
|
Performing Multiple Actions on an Object
|
|
Declaring an Object Variable
|
|
Setting an Object Variable
|
|
Determining whether an Object Variable is Set
|
|
|
The Object Library
|
Controlling an Object Model
|
|
Referencing an Object Library
|
|
Use the Object Browser to View an Object Model
|
|
|
|
VBA Programming Control Structures
|
If ... Then ... Else Statement
|
|
|
|
|
Error Trapping and Debugging
|
|
|
|
The Office Assistant
|
|
|
Menus and Toolbars - Command Bars
|
Manually Customising a Command Bar
|
|
Showing and Hiding a Command Bar
|
|
Adding Controls to a Command Bar
|
|
Creating a New Command Bar
|
|
|