2. This Sounds Like BASIC, So Why Doesn’t It Look Familiar?
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
Object Browser: The Ultimate Reference
I Can’t Understand This 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:
Selection.End(xlDown).SelectRange("A11").Select ...
Get Excel® 2013 VBA and Macros now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.