December 2018
Intermediate to advanced
625 pages
18h 58m
English
In this chapter, you will:
Find out how VBA is different than BASIC
Understand the parts of VBA “speech”
Find out that learning VBA is not really hard
Examine recorded macro code using the VB Editor and Help
Use debugging tools to figure out recorded code
Get to know the Object Browser
Learn seven tips for cleaning up recorded code
As mentioned in Chapter 1, “Unleashing the power of Excel with VBA,” 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:
Read now
Unlock full access