Thấy chữ VBA nhiều, mà không hiểu là gì?

Liên hệ QC

ExQues

Thành viên mới
Tham gia
4/7/08
Bài viết
49
Được thích
0
Từ lúc làm lính của diễn đàn này thấy chữ VBA hoài mà không hiểu viêt tắt của chữ gì và có nghĩa gì?

Xin giải thích giúp.
 
Từ lúc làm lính của diễn đàn này thấy chữ VBA hoài mà không hiểu viêt tắt của chữ gì và có nghĩa gì?

Xin giải thích giúp.

Chào bạn,
VBA = Visual Basic for Applications

Nếu bạn có chút tiếng Anh thì khi vào Wikipedia sẽ thấy đoạn này:
Visual Basic for Applications
From Wikipedia, the free encyclopedia
Jump to: navigation, search
Visual Basic for Applications (VBA)
Visual Basic for Applications logo
Paradigm Multi-paradigm
Appeared in 1993
Developer Microsoft
Latest release 6.5
Typing discipline Static/Dynamic Hybrid, Strong/Weak Hybrid
Influenced by QuickBASIC, Visual Basic
OS Microsoft Windows, Mac OS X
License Proprietary EULA
Website Visual Basic for Applications

Visual Basic for Applications (VBA) is an implementation of Microsoft's event-driven programming language Visual Basic, and associated integrated development environment (IDE), which is built into most Microsoft Office applications. By embedding the VBA IDE into their applications, developers can build custom solutions using Microsoft Visual Basic. It was also built into Office applications up to version 2004 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. 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 within a host application rather than as a standalone application. It can, however, be used to control one application from another using OLE Automation. For example, it is used to automatically create a Word report from Excel data, in turn automatically collected by Excel from polled observation sensors.

VBA is functionally rich and extremely flexible but it does have some important limitations, including limited support for function pointers which are used as callback functions in the Windows API. It has the ability to use (but not create) (ActiveX/COM) DLLs, and later versions add support for class modules.

Thân
 
Web KT
Back
Top Bottom