June 2010
Beginner to intermediate
656 pages
15h 29m
English
IN THIS CHAPTER
Understanding the Parts of VBA “Speech”
Examining Recorded Macro Code: Using the VB Editor and Help
Using Debugging Tools to Figure Out Recorded Code
As mentioned previously, if you have taken a class in a procedural language such as BASIC or COBOL, you might be confused when you look at VBA code. Even though VBA stands for Visual Basic for Applications, it is an object-oriented version of BASIC. Here is a bit of VBA code:
This code likely makes no sense to anyone who knows only procedural languages. Unfortunately, ...
Read now
Unlock full access