Reusability, as its name suggests, is the ability of something that is designed for a specific purpose to be used in more than just that one situation.
Source Code Visual Basic / Getting Started
In this section I'll cover the topic of coding - the use of the Visual Basic language. As part of this section I'll try to show you which elements of the language you need to know the most, and which elements work together.
Command Descriptions Visual Basic / Getting Started
In the earlier lesson you were introduced to coding, and reviewed a chart which groups VB commands into useful categories. In this section of the tutorial, I take each one of the commands and provide the syntax and a brief description of what the command does. For details, you can turn to the VB HELP file. My intent is to allow you to skim quickly over the commands to determine which one can help out in your situation.