Visual Basic Scripting

Developed by Microsoft, VBScript (Visual Basic Scripting Edition) is an Active Scripting language based on Visual Basic. It is specifically designed to add functionality to existing programs, rather than to write programs themselves.

Although Visual Basic Scripts can be complex enough to be considered "programs," there are times when just a single line of Visual Basic Script can prove quite useful. Still, scripting is typically a technique for "power users" and not ideal for computer novices. Whatever your computer skills, you should always be sure that the application you're working with doesn’t already offer a solution to your challenge before embarking upon a script-based solution.

In This Section