CHAPTER 7
VBA Programming Examples and Techniques
Learning by Example
Most beginning VBA programmers benefit from hands-on examples. A well-thought-out example usually communicates a concept much better than a description of the underlying theory. Therefore, instead of taking you through a painful review of every nuance of VBA, this chapter guides you through demonstrations of useful Excel programming techniques.
Here, you will walk through examples that solve practical problems while furthering your knowledge of VBA. This includes the following:
- Working with ranges
- Working with workbooks and sheets
- VBA techniques
- Functions that are useful in your VBA procedures
- Functions that you can use in...