|
|||||||||
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. 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 -
|