| VBA
(Visual Basic for Applications) is a programming language which is a subset of
Visual Basic. It is built into all Microsoft Office applications. If you have
ever recorded a macro in Office that you have used VBA. What
is macro? It is simply a series of steps used to automate or control tasks in
Office. For example if you type text in a document and highlight the text and
then bold a word in a paragraph you have performed a series of steps. No
matter what you do with Office there are always tasks you do many times over.
Rather than performing these tasks repeatedly by hand automation can be used to
make life easier. |