VBA (Visual Basic for Applications) was introduced in Excel 5.0 in 1993 as an alternative to the Excel version 4.0 macro language (XLM). While XLM is currently still supported in later Excel versions (including Excel 2010, version 14.0), VBA is overwhelmingly the dominant language.
Microsoft has been encouraging users to migrate XLM macros to VBA. With Office 2010, they have added new features to make this process easier. A partial migration roadmap may be found on the official Excel blog.
VBA is an object-oriented version of Basic, it provides complete control of the Office environment, anything that can be done by the user in Office can be done with VBA code. Automation of charts, pivot tables, data entry, filtering and workbook creation are just some examples. Hence there's more to VBA than simply recording a macro. But you can use macro as a tool to help you find out certain properties, worksheet methods available in VBA IDE.
Almost all versions of Office include a comprehensive and reasonably modern IDE for Visual Basic including a code editor, dialog editor, object browser, and a source debugger. However, in some Starter editions, the VBA Editor (VBE) is not available, and programming in VBA cannot be done.
Links:
- Getting Started with VBA in
- 101 VBA Samples
VBA OOP Basics 10
Referece Books