Business Process

/images/vb.png
Microsoft Office Suite
Moduals
Classes

Welcome to BSPEC - Ms VBA

KEY TAKEAWAYS Visual Basic for Applications is a computer programming language developed and owned by Microsoft. With VBA you can create macros to automate repetitive word- and data-processing functions, and generate custom forms, graphs, and reports. VBA functions within MS Office applications; it is not a stand-alone product. VBA is accessed in Excel by hitting Alt + F11 while having an Excel workbook present. VBA leverages objects, variables, properties, projects, logical operators, and modules to make statements recognizable by debugging processes.
What do you want to find today?  


Bspec.png

T



We have been working with Visual Basic since it's inception.

Visual Basic (VB) is considered a relatively easy to learn and use programming language, because of its graphical development features and basic heritage.

Visual Basic was derived from basic and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using Data Access Objects DAO, Remote Data Objects RDO, or ActiveX Data Objects ADO, and creation of ActiveX controls and objects.

Scripting languages such as VBA and VBScript are similar to Visual Basic, but are limited in scope.

The final release was version 6 in 1998. Microsoft's extended support ended in March 2008 and the designated successor was VB.Net.