Word    Excel Access Power Point
 
Hi welcome to my site

This site as been created to teach and show people the usefulness of VBA (Visual Basic for Applications).

So first of all what is VBA?

Visual Basic for Applications (VBA) is an implementation of Microsoft's Visual Basic which is built into all Microsoft Office applications (including Apple Mac OS versions), some other Microsoft applications such as Microsoft Visio - a former independent application which was acquired by Microsoft; as well as being at least partially implemented in some other applications such as AutoCAD, WordPerfect and ESRI ArcGIS. It supersedes and expands on the capabilities of earlier application-specific macro programming languages such as Word's WordBasic, and can be used to control almost all aspects of the host application, including manipulating user interface features such as menus and toolbars and working with custom user forms or dialog boxes. VBA can also be used to create import and export filters for various file formats, such as ODF.

As its name suggests, VBA is closely related to Visual Basic, but can normally only run code from within a host application rather than as a standalone application. It can however be used to control one application from another (for example automatically creating a Word report from Excel data).

VBA is functionally rich and extremely flexible but it does have some important limitations, including limited support for call-back functions. It has the ability to use (but not create) (ActiveX/COM) DLL's and later versions add support for class modules.

VBA is an implementation of Microsoft's Visual Basic which is built into all Microsoft office applications. VBA is closely related to Visual Basic, but can normally only run code from within a host application rather than as a standalone application. I say that VBA is a watered down version of Visual Basic, the language is still the same but features have been taken out. I find that using VBA can enhance any Microsoft office application considerably. This web site will show you how to use VBA to enhance your office applications. 

 
To investigate VBA further click the below links -