VBA can also be used to create import and export filters for various file formats, such as OpenDocument (ODF).Īs its name suggests, VBA is closely related to Visual Basic and uses the Visual Basic Runtime, but can normally only run code within a host application rather than as a standalone application. It can be used to control many aspects of the host application, including manipulating user interface features, such as menus and toolbars, and working with custom user forms or dialog boxes. It supersedes and expands on the abilities of earlier application-specific macro programming languages such as Word's WordBasic.
It was also built into Office applications apart from version 2008 for Apple's Mac OS X, other Microsoft applications such as Microsoft MapPoint and Microsoft Visio as well as being at least partially implemented in some other applications such as AutoCAD, WordPerfect and ArcGIS. VBA enables building user defined functions, automating processes and accessing Windows API and other low-level functionality through dynamic-link libraries (DLLs). Visual Basic for Applications ( VBA) is an implementation of Microsoft's event-driven programming language Visual Basic 6 and its associated integrated development environment (IDE), which are built into most Microsoft Office applications. Static/Dynamic Hybrid, Strong/Weak Hybrid