General Description
The learner will be able to work with VBA within the Excel environment to program and automate worksheet operations.
Prerequisites
This publication assumes the learner has a good knowledge of working with Excel. The learner should be able to create and edit workbooks, enter formulas, copy, paste, and format data. The learner must also have a general understanding of personal computers and the Windows operating system environment and be able to use File Explorer to locate and copy files.
Learning Outcomes
At the completion of this course you should be able to:
- understand the Excel object model and VBA concepts
- work effectively with the main features of the VBA Editor window data in worksheets and workbooks
- create procedures in VBA
- create and use variables
- create and work with user-defined functions in VBA
- write code to manipulate Excel objects
- use a range of common programming techniques
- create a custom form complete with an assortment of controls
- create code to drive a user form
- create procedures that start automatically
- write a variety of error handling routines