Introduction
With the release of Office 2000, Microsoft has now integrated
Visual Basic throughout its Office software suite. This allows you to create
Macros in VB, that automate or customize your office applications. The VB used
to create macros retains the common VB 5 functions, and has extended keywords,
objects etc for interfacing with the application, be it Excel, Word, Outlook
or another application. This special version of VB is known as Visual Basic
for Applications (VBA).
In this tutorial, I hope to explain how to use VBA in Excel 2000.
If you have an earlier version of Excel, this tutorial will still apply, but
you will find there are a few discrepancies, mainly the location and interface
in which you edit the macros.