ABSTRACT

This book provides an introduction to VBA for Excel for new users. It covers basic concepts of VBA and of macro programming, and takes the reader through the process of constructing interactive working applications.

Features which make it particularly suitable for new and non-technical users are:
* step-by-step approach
* avoidance of jargon
* clear explanation of all new concepts, symbols and objects
* emphasis on correct use of VBA development environment
* plentiful examples and the use of complete programs rather than disconnected fragments.

chapter |1 pages

Acknowledgements

chapter 1|21 pages

Computers and VBA

chapter 2|20 pages

Recorded Excel macros

chapter 3|24 pages

Introduction to VBA

chapter 4|24 pages

Introduction to objects

chapter 5|22 pages

Variables

chapter 6|16 pages

Decisions in VBA

chapter 7|18 pages

Loops

chapter 8|22 pages

Debugging and testing

chapter 9|18 pages

Subs and functions

chapter 10|26 pages

Using forms