Content deleted Content added
m Reverted edit by 167.96.119.183 (talk) to last version by RodRabelo7 |
hehe Tags: Reverted missing file added Visual edit |
||
Line 1:
{{Short description|Implementation of Microsoft's event-driven programming language Visual Basic 6}}
{{Infobox programming language
| logo = Microsoft
| paradigm = [[Multi-paradigm programming language|Multi-paradigm]]
| year = {{Start date and age|1993}}
Line 19:
| wikibooks =
}}
'''
Visual Basic for Applications enables building [[user-defined function]]s (UDFs), automating processes and accessing [[Windows API]] and other low-level functionality through [[dynamic-link library|dynamic-link libraries]] (DLLs). It supersedes and expands on the abilities of earlier application-specific [[macro (computer science)|macro]] programming languages such as [[Microsoft Word|Word's]] [[WordBASIC]]. 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.
|