VBAPW - VBA Programming Using Word 2007
This course is designed to give experienced Word users proficiency in using the Visual Basic Editor (VBE). Students will learn how to build applications, debug code, automate data entry, and merge data files. They will also learn how to create forms, build tables, secure information, and share data.
Getting started with the Visual Basic Editor
Visual Basic for Applications
Properties and modules
The Code window
The Object Browser
Programming basics
Working with variables and functions
Scope of variables
Scope of procedures
Word objects
Programming with objects
The Documents collection
The Tables collection
Control structures
Using decision structures
Using loop structures
Forms
Working with forms
Using events in forms
Debugging and error-handling
Errors
Debugging
Handling errors